diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-08 12:00:11 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-09 16:04:36 +0300 |
commit | 5a5fbdc0e3f1159a734f1890da60fce70e98271d (patch) | |
tree | a8a235aa34fe752cbb20066e12651746697c6c0e /arch/x86/include/asm/kvm_host.h | |
parent | a87036add09283e6c4f4103a15c596c67b86ab86 (diff) | |
download | linux-5a5fbdc0e3f1159a734f1890da60fce70e98271d.tar.xz |
KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
It is now equal to use_eager_fpu(), which simply tests a cpufeature bit.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index d110dc44d6c2..01c8b501cb6d 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -503,7 +503,6 @@ struct kvm_vcpu_arch { struct kvm_mmu_memory_cache mmu_page_header_cache; struct fpu guest_fpu; - bool eager_fpu; u64 xcr0; u64 guest_supported_xcr0; u32 guest_xstate_size; |