]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/process_64.c
x86, fpu: use non-lazy fpu restore for processors supporting xsave
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / process_64.c
index 0a980c9d7cb885abb3a46d9b9572ce1ed8acca20..8a6d20ce19784ee96362cbaaa29c696497122a6a 100644 (file)
@@ -232,10 +232,6 @@ start_thread_common(struct pt_regs *regs, unsigned long new_ip,
        regs->cs                = _cs;
        regs->ss                = _ss;
        regs->flags             = X86_EFLAGS_IF;
-       /*
-        * Free the old FP and other extended state
-        */
-       free_thread_xstate(current);
 }
 
 void