Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fabc9f2 authored by Palmer Dabbelt's avatar Palmer Dabbelt Committed by Paul Mackerras
Browse files

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: default avatarPalmer Dabbelt <palmer@sifive.com>
Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent e1a1ef84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -749,7 +749,7 @@ static bool kvmppc_doorbell_pending(struct kvm_vcpu *vcpu)
	/*
	 * Ensure that the read of vcore->dpdes comes after the read
	 * of vcpu->doorbell_request.  This barrier matches the
	 * smb_wmb() in kvmppc_guest_entry_inject().
	 * smp_wmb() in kvmppc_guest_entry_inject().
	 */
	smp_rmb();
	vc = vcpu->arch.vcore;