KVM: arm64: Drop stale comment
authorMarc Zyngier <maz@kernel.org>
Thu, 9 Jun 2022 12:12:23 +0000 (13:12 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 9 Jun 2022 12:24:02 +0000 (13:24 +0100)
The layout of 'struct kvm_vcpu_arch' has evolved significantly since
the initial port of KVM/arm64, so remove the stale comment suggesting
that a prefix of the structure is used exclusively from assembly code.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220609121223.2551-7-will@kernel.org
arch/arm64/include/asm/kvm_host.h

index 47a1e25..de32152 100644 (file)
@@ -363,11 +363,6 @@ struct kvm_vcpu_arch {
        struct kvm_pmu pmu;
 
        /*
-        * Anything that is not used directly from assembly code goes
-        * here.
-        */
-
-       /*
         * Guest registers we preserve during guest debugging.
         *
         * These shadow registers are updated by the kvm_handle_sys_reg