Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-block.git] / arch / sh / math-emu / math.c
index a0fa8fc887399ee4f124f50c38f3d2c997f3649b..e8be0eca0444a05da6e80e9f683695fa0429b378 100644 (file)
@@ -560,7 +560,7 @@ static int ieee_fpe_handler(struct pt_regs *regs)
                        task_thread_info(tsk)->status |= TS_USEDFPU;
                } else {
                        force_sig_fault(SIGFPE, FPE_FLTINV,
-                                       (void __user *)regs->pc, tsk);
+                                       (void __user *)regs->pc);
                }
 
                regs->pc = nextpc;