diff options
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/signal.c b/arch/cris/arch-v10/kernel/signal.c index 9b32d338838b..74d7ba35120d 100644 --- a/arch/cris/arch-v10/kernel/signal.c +++ b/arch/cris/arch-v10/kernel/signal.c | |||
@@ -67,7 +67,7 @@ restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *sc) | |||
67 | unsigned long old_usp; | 67 | unsigned long old_usp; |
68 | 68 | ||
69 | /* Always make any pending restarted system calls return -EINTR */ | 69 | /* Always make any pending restarted system calls return -EINTR */ |
70 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | 70 | current->restart_block.fn = do_no_restart_syscall; |
71 | 71 | ||
72 | /* restore the regs from &sc->regs (same as sc, since regs is first) | 72 | /* restore the regs from &sc->regs (same as sc, since regs is first) |
73 | * (sc is already checked for VERIFY_READ since the sigframe was | 73 | * (sc is already checked for VERIFY_READ since the sigframe was |