diff options
Diffstat (limited to 'arch/mips/kernel/signal32.c')
-rw-r--r-- | arch/mips/kernel/signal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/signal32.c b/arch/mips/kernel/signal32.c index d69179c0d49d..19a7705f2a01 100644 --- a/arch/mips/kernel/signal32.c +++ b/arch/mips/kernel/signal32.c | |||
@@ -220,7 +220,7 @@ static int restore_sigcontext32(struct pt_regs *regs, | |||
220 | int i; | 220 | int i; |
221 | 221 | ||
222 | /* Always make any pending restarted system calls return -EINTR */ | 222 | /* Always make any pending restarted system calls return -EINTR */ |
223 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | 223 | current->restart_block.fn = do_no_restart_syscall; |
224 | 224 | ||
225 | err |= __get_user(regs->cp0_epc, &sc->sc_pc); | 225 | err |= __get_user(regs->cp0_epc, &sc->sc_pc); |
226 | err |= __get_user(regs->hi, &sc->sc_mdhi); | 226 | err |= __get_user(regs->hi, &sc->sc_mdhi); |