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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;