KVM: arm64: Kill unused vcpu flags field

Horray, we have now sorted all the preexisting flags, and the
'flags' field is now unused. Get rid of it while nobody is
looking.

Reviewed-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
Marc Zyngier 2022-05-28 12:38:23 +01:00
parent eebc538d8e
commit 781e3ae148
1 changed files with 0 additions and 3 deletions

View File

@ -332,9 +332,6 @@ struct kvm_vcpu_arch {
FP_STATE_GUEST_OWNED,
} fp_state;
/* Miscellaneous vcpu state flags */
u64 flags;
/* Configuration flags, set once and for all before the vcpu can run */
u64 cflags;