]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Fix comment for kvm_reset_vcpu()
authorFuad Tabba <tabba@google.com>
Wed, 8 Dec 2021 19:32:56 +0000 (19:32 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 20 Dec 2021 13:57:13 +0000 (13:57 +0000)
commit128667dfa34e7874566a75b60d6810c8cbef0077
treede24c8386a9a0dd9cad660af0480f11c439aae21
parentbd4bcd172d03ebd398d11ea0f271b7092f0198ed
KVM: arm64: Fix comment for kvm_reset_vcpu()

The comment for kvm_reset_vcpu() refers to the sysreg table as
being the table above, probably because of the code extracted at
commit cff9bd53850d0049 ("arm64: KVM: virtual CPU reset").

Fix the comment to remove the potentially confusing reference.

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