Skip to content

Commit bcbfb58

Browse files
author
Marc Zyngier
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5879c97 commit bcbfb58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm64/include/asm/kvm_host.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,6 @@ struct kvm_vcpu_arch {
362362
struct arch_timer_cpu timer_cpu;
363363
struct kvm_pmu pmu;
364364

365-
/*
366-
* Anything that is not used directly from assembly code goes
367-
* here.
368-
*/
369-
370365
/*
371366
* Guest registers we preserve during guest debugging.
372367
*

0 commit comments

Comments
 (0)