Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/power...
[deliverable/linux.git] / arch / x86 / kvm / cpuid.c
index fa241d4fda9836918eed84aae40b5e69574dab63..0029644bf09c39117ef7c1d2cca05561341a24e1 100644 (file)
@@ -104,8 +104,7 @@ int kvm_update_cpuid(struct kvm_vcpu *vcpu)
        if (best && (best->eax & (F(XSAVES) | F(XSAVEC))))
                best->ebx = xstate_required_size(vcpu->arch.xcr0, true);
 
-       vcpu->arch.eager_fpu = use_eager_fpu();
-       if (vcpu->arch.eager_fpu)
+       if (use_eager_fpu())
                kvm_x86_ops->fpu_activate(vcpu);
 
        /*
This page took 0.026161 seconds and 5 git commands to generate.