diff options
Diffstat (limited to 'arch/arc/kernel/signal.c')
-rw-r--r-- | arch/arc/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c index cb3142a2d40b..114234e83caa 100644 --- a/arch/arc/kernel/signal.c +++ b/arch/arc/kernel/signal.c | |||
@@ -104,7 +104,7 @@ SYSCALL_DEFINE0(rt_sigreturn) | |||
104 | struct pt_regs *regs = current_pt_regs(); | 104 | struct pt_regs *regs = current_pt_regs(); |
105 | 105 | ||
106 | /* Always make any pending restarted system calls return -EINTR */ | 106 | /* Always make any pending restarted system calls return -EINTR */ |
107 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | 107 | current->restart_block.fn = do_no_restart_syscall; |
108 | 108 | ||
109 | /* Since we stacked the signal on a word boundary, | 109 | /* Since we stacked the signal on a word boundary, |
110 | * then 'sp' should be word aligned here. If it's | 110 | * then 'sp' should be word aligned here. If it's |