diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-14 07:38:28 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-24 04:55:22 -0400 |
commit | fa19871a166f6a940eb97dd511d3ddb1841ed95a (patch) | |
tree | 3f250ea97f4905d753253ae02ee27db7d5ed5821 | |
parent | 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 (diff) |
KVM: VMX: remove unused field
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 29fd8af5c347..d04092f821b6 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -563,7 +563,6 @@ struct vcpu_vmx { | |||
563 | struct kvm_vcpu vcpu; | 563 | struct kvm_vcpu vcpu; |
564 | unsigned long host_rsp; | 564 | unsigned long host_rsp; |
565 | u8 fail; | 565 | u8 fail; |
566 | bool nmi_known_unmasked; | ||
567 | u32 exit_intr_info; | 566 | u32 exit_intr_info; |
568 | u32 idt_vectoring_info; | 567 | u32 idt_vectoring_info; |
569 | ulong rflags; | 568 | ulong rflags; |