aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2022-06-09 13:12:23 +0100
committerMarc Zyngier <maz@kernel.org>2022-06-09 13:24:02 +0100
commitbcbfb588cf323929ac46767dd14e392016bbce04 (patch)
treef96960c82b37f1be58efd2fe0a37c2ea88ced8f8 /arch/arm64/include/asm/kvm_host.h
parentKVM: arm64: Remove redundant hyp_assert_lock_held() assertions (diff)
downloadlinux-dev-bcbfb588cf323929ac46767dd14e392016bbce04.tar.xz
linux-dev-bcbfb588cf323929ac46767dd14e392016bbce04.zip
KVM: arm64: Drop stale comment
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
Diffstat (limited to 'arch/arm64/include/asm/kvm_host.h')
-rw-r--r--arch/arm64/include/asm/kvm_host.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h
index 47a1e25e25bb..de32152cea04 100644
--- a/arch/arm64/include/asm/kvm_host.h
+++ b/arch/arm64/include/asm/kvm_host.h
@@ -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