linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] KVM: PPC: Book3S HV: smb->smp comment fixup
@ 2019-04-25 19:53 Palmer Dabbelt
  2019-04-30 10:03 ` Paul Mackerras
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2019-04-25 19:53 UTC (permalink / raw)
  To: paulus; +Cc: benh, mpe, kvm-ppc, linuxppc-dev, linux-kernel, Palmer Dabbelt

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 <palmer@sifive.com>
---
 arch/powerpc/kvm/book3s_hv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index 06964350b97a..842ab9511b54 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -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;
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: PPC: Book3S HV: smb->smp comment fixup
  2019-04-25 19:53 [PATCH] KVM: PPC: Book3S HV: smb->smp comment fixup Palmer Dabbelt
@ 2019-04-30 10:03 ` Paul Mackerras
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2019-04-30 10:03 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: benh, mpe, kvm-ppc, linuxppc-dev, linux-kernel

On Thu, Apr 25, 2019 at 12:53:39PM -0700, Palmer Dabbelt wrote:
> 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 <palmer@sifive.com>

Thanks, patch applied to my kvm-ppc-next tree.

Paul.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-30 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 19:53 [PATCH] KVM: PPC: Book3S HV: smb->smp comment fixup Palmer Dabbelt
2019-04-30 10:03 ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).