This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / x86_64 / ia32 / ia32_signal.c
index 7b48949..5fb7d17 100644 (file)
@@ -261,12 +261,6 @@ ia32_restore_sigcontext(struct pt_regs *regs, struct sigcontext_ia32 __user *sc,
                        if (verify_area(VERIFY_READ, buf, sizeof(*buf)))
                                goto badframe;
                        err |= restore_i387_ia32(current, buf, 0);
-               } else {
-                       struct task_struct *me = current;
-                       if (me->used_math) {
-                               clear_fpu(me);
-                               me->used_math = 0;
-                       }
                }
        }