Commit 781e3ae1 authored by Marc Zyngier's avatar Marc Zyngier

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: default avatarFuad Tabba <tabba@google.com>
Reviewed-by: default avatarReiji Watanabe <reijiw@google.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent eebc538d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment