Skip to content

Commit dda0190

Browse files
Fuad TabbaMarc Zyngier
authored andcommitted
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 358b28f ("arm/arm64: KVM: Allow a VCPU to fully reset itself"). Signed-off-by: Fuad Tabba <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a080e32 commit dda0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/psci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static unsigned long kvm_psci_vcpu_on(struct kvm_vcpu *source_vcpu)
109109

110110
/*
111111
* Make sure the reset request is observed if the change to
112-
* power_state is observed.
112+
* power_off is observed.
113113
*/
114114
smp_wmb();
115115

0 commit comments

Comments
 (0)