diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-02-03 21:18:52 -0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-02-17 12:28:01 +0100 |
commit | bd7e5b0899a429445cc6e3037c13f8b5ae3be903 (patch) | |
tree | 794240cb7063b50c40a85070490ccf10bd8afcf8 /include/linux/kvm_host.h | |
parent | 460df4c1fc7c00829050c08d6368dc6e6beef307 (diff) | |
download | lwn-bd7e5b0899a429445cc6e3037c13f8b5ae3be903.tar.gz lwn-bd7e5b0899a429445cc6e3037c13f8b5ae3be903.zip |
KVM: x86: remove code for lazy FPU handling
The FPU is always active now when running KVM.
Reviewed-by: David Matlack <dmatlack@google.com>
Reviewed-by: Bandan Das <bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 2db458ee94b0..8d69d5150748 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -221,7 +221,6 @@ struct kvm_vcpu { struct mutex mutex; struct kvm_run *run; - int fpu_active; int guest_fpu_loaded, guest_xcr0_loaded; struct swait_queue_head wq; struct pid *pid; |