Skip to content

Commit 6fabc9f

Browse files
palmer-dabbeltpaulusmack
authored andcommitted
KVM: PPC: Book3S HV: smb->smp comment fixup
I made the same typo when trying to grep for uses of smp_wmb and figured I might as well fix it. Signed-off-by: Palmer Dabbelt <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent e1a1ef8 commit 6fabc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kvm/book3s_hv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ static bool kvmppc_doorbell_pending(struct kvm_vcpu *vcpu)
749749
/*
750750
* Ensure that the read of vcore->dpdes comes after the read
751751
* of vcpu->doorbell_request. This barrier matches the
752-
* smb_wmb() in kvmppc_guest_entry_inject().
752+
* smp_wmb() in kvmppc_guest_entry_inject().
753753
*/
754754
smp_rmb();
755755
vc = vcpu->arch.vcore;

0 commit comments

Comments
 (0)