Skip to content

Commit

Permalink
KVM: arm64: Drop stale comment
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
Marc Zyngier committed Jun 9, 2022
1 parent 5879c97 commit bcbfb58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm64/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,6 @@ struct kvm_vcpu_arch {
struct arch_timer_cpu timer_cpu;
struct kvm_pmu pmu;

/*
* Anything that is not used directly from assembly code goes
* here.
*/

/*
* Guest registers we preserve during guest debugging.
*
Expand Down

0 comments on commit bcbfb58

Please sign in to comment.