aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2017-02-03 21:18:52 -0800
committerPaolo Bonzini <pbonzini@redhat.com>2017-02-17 12:28:01 +0100
commitbd7e5b0899a429445cc6e3037c13f8b5ae3be903 (patch)
tree794240cb7063b50c40a85070490ccf10bd8afcf8 /include/linux/kvm_host.h
parentKVM: race-free exit from KVM_RUN without POSIX signals (diff)
downloadlinux-dev-bd7e5b0899a429445cc6e3037c13f8b5ae3be903.tar.xz
linux-dev-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.h1
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;