From de6e6c507eb2ed9939ad5143e9af2d847caf2bdd Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Thu, 7 Jul 2022 15:52:02 +0100 Subject: [PATCH] Revert "FROMLIST: KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()" This reverts commit 00e12639966ec80bb8deeb3624f5d2921b509fa2. Bug: 233587962 Signed-off-by: Will Deacon Change-Id: Ie5f492cacb19e9d55ae5f2ab90bfed7352ce4e94 --- arch/arm64/kvm/psci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/kvm/psci.c b/arch/arm64/kvm/psci.c index 92e8f7a3adc9..44efe12dfc06 100644 --- a/arch/arm64/kvm/psci.c +++ b/arch/arm64/kvm/psci.c @@ -109,7 +109,7 @@ static unsigned long kvm_psci_vcpu_on(struct kvm_vcpu *source_vcpu) /* * Make sure the reset request is observed if the change to - * power_off is observed. + * power_state is observed. */ smp_wmb();