diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-09-26 10:17:43 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-09-26 10:17:43 +0200 |
commit | 8474c532b558fb6754c0ddff42a39ed6636671c9 (patch) | |
tree | 2de070143c26d6d70e06f576e37ae0255d6ace35 /arch/x86/kvm | |
parent | e365806ac289457263a133bd32df8df49897f612 (diff) | |
parent | 738f48cb5fdd5878d11934f1898aa2bcf1578289 (diff) |
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index cd17b7d9a107..03869eb7fcd6 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -7225,7 +7225,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) int r; sigset_t sigsaved; - fpu__activate_curr(fpu); + fpu__initialize(fpu); if (vcpu->sigset_active) sigprocmask(SIG_SETMASK, &vcpu->sigset, &sigsaved); |