From: Marc Zyngier Date: Sat, 28 May 2022 11:38:23 +0000 (+0100) Subject: KVM: arm64: Kill unused vcpu flags field X-Git-Tag: v6.0-rc1~129^2~5^2~3^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781e3ae148fd2f9b0cf9b5b94f6c32f2361eb7c0;p=thirdparty%2Flinux.git 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 Reviewed-by: Reiji Watanabe Signed-off-by: Marc Zyngier --- diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index 0fb1a5b86f16e..39da28f850452 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;