提交 781e3ae1 编写于 作者: M 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: NFuad Tabba <tabba@google.com>
Reviewed-by: NReiji Watanabe <reijiw@google.com>
Signed-off-by: NMarc Zyngier <maz@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册