Skip to content

Commit

Permalink
Fixup uvmem printk error
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Aug 17, 2023
1 parent c2bb70b commit a6a4c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/book3s_hv_uvmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ unsigned long kvmppc_h_svm_init_done(struct kvm *kvm)
}

kvm->arch.secure_guest |= KVMPPC_SECURE_INIT_DONE;
pr_info("LPID %d went secure\n", kvm->arch.lpid);
pr_info("LPID %lu went secure\n", kvm->arch.lpid);

out:
srcu_read_unlock(&kvm->srcu, srcu_idx);
Expand Down

0 comments on commit a6a4c84

Please sign in to comment.