]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()
authorFuad Tabba <tabba@google.com>
Wed, 8 Dec 2021 19:32:57 +0000 (19:32 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 20 Dec 2021 13:57:13 +0000 (13:57 +0000)
commit410ce38e907c28a684b481e1a18f1a860b55ac86
treeed89ed3c41375d05c3687c859606fbc70a65fc68
parent7a2d01c58096fc7b43cb6a96aea0cc207c624fe9
KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()

The barrier is there for power_off rather than power_state.
Probably typo in commit 71aa21ca05c489d7 ("arm/arm64: KVM: Allow
a VCPU to fully reset itself").

Signed-off-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211208193257.667613-3-tabba@google.com
arch/arm64/kvm/psci.c