aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2022-05-28 12:38:23 +0100
committerMarc Zyngier <maz@kernel.org>2022-06-29 10:23:28 +0100
commit781e3ae148fd2f9b0cf9b5b94f6c32f2361eb7c0 (patch)
tree69f6f6e44beabfe974adf472b02fce0fff493e4e /arch/arm64/include/asm/kvm_host.h
parentKVM: arm64: Move vcpu WFIT flag to the state flag set (diff)
downloadlinux-dev-781e3ae148fd2f9b0cf9b5b94f6c32f2361eb7c0.tar.xz
linux-dev-781e3ae148fd2f9b0cf9b5b94f6c32f2361eb7c0.zip
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>
Diffstat (limited to 'arch/arm64/include/asm/kvm_host.h')
-rw-r--r--arch/arm64/include/asm/kvm_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h
index 0fb1a5b86f16..39da28f85045 100644
--- a/arch/arm64/include/asm/kvm_host.h
+++ b/arch/arm64/include/asm/kvm_host.h
@@ -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;