diff options
Diffstat (limited to 'arch/sh/math-emu/math.c')
-rw-r--r-- | arch/sh/math-emu/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/math-emu/math.c b/arch/sh/math-emu/math.c index fe261b0983cc..e8be0eca0444 100644 --- a/arch/sh/math-emu/math.c +++ b/arch/sh/math-emu/math.c | |||
@@ -560,7 +560,7 @@ static int ieee_fpe_handler(struct pt_regs *regs) | |||
560 | task_thread_info(tsk)->status |= TS_USEDFPU; | 560 | task_thread_info(tsk)->status |= TS_USEDFPU; |
561 | } else { | 561 | } else { |
562 | force_sig_fault(SIGFPE, FPE_FLTINV, | 562 | force_sig_fault(SIGFPE, FPE_FLTINV, |
563 | (void __user *)regs->pc, current); | 563 | (void __user *)regs->pc); |
564 | } | 564 | } |
565 | 565 | ||
566 | regs->pc = nextpc; | 566 | regs->pc = nextpc; |