diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 25e7e9390d26..44e0bff38e72 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -209,10 +209,6 @@ start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) 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. */ |