KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
authorFuad Tabba <tabba@google.com>
Tue, 23 Apr 2024 15:05:21 +0000 (16:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 May 2024 15:48:14 +0000 (16:48 +0100)
commit40458a66afdeef42966203939c5ac6c480c99a5a
treefef3bd096c427833dbaec483dd10dea0550a9902
parent06cacc9d283c858661768fe0fc86e062ac23a5ad
KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()

Fix the comment to clarify that __pkvm_vcpu_init_traps()
initializes traps for all VMs in protected mode, and not only
for protected VMs.

Signed-off-by: Fuad Tabba <tabba@google.com>
Acked-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240423150538.2103045-14-tabba@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp/nvhe/pkvm.c