]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/process_32.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[~andy/linux] / arch / x86 / kernel / process_32.c
index 25e7e9390d26349208eabac5f19e36725682aa67..44e0bff38e724de5b9e02e5bd9581133999ad40e 100644 (file)
@@ -208,10 +208,6 @@ start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)
        regs->ip                = new_ip;
        regs->sp                = new_sp;
        regs->flags             = X86_EFLAGS_IF;
-       /*
-        * Free the old FP and other extended state
-        */
-       free_thread_xstate(current);
        /*
         * force it to the iret return path by making it look as if there was
         * some work pending.