diff options
Diffstat (limited to 'arch/mn10300/kernel/signal.c')
-rw-r--r-- | arch/mn10300/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/signal.c b/arch/mn10300/kernel/signal.c index a6c0858592c3..8609845f12c5 100644 --- a/arch/mn10300/kernel/signal.c +++ b/arch/mn10300/kernel/signal.c | |||
@@ -40,7 +40,7 @@ static int restore_sigcontext(struct pt_regs *regs, | |||
40 | unsigned int err = 0; | 40 | unsigned int err = 0; |
41 | 41 | ||
42 | /* Always make any pending restarted system calls return -EINTR */ | 42 | /* Always make any pending restarted system calls return -EINTR */ |
43 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | 43 | current->restart_block.fn = do_no_restart_syscall; |
44 | 44 | ||
45 | if (is_using_fpu(current)) | 45 | if (is_using_fpu(current)) |
46 | fpu_kill_state(current); | 46 | fpu_kill_state(current); |