diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/c6x/kernel/signal.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/c6x/kernel/signal.c b/arch/c6x/kernel/signal.c index 3b5a05099989..cf37478c1169 100644 --- a/arch/c6x/kernel/signal.c +++ b/arch/c6x/kernel/signal.c | |||
@@ -69,6 +69,9 @@ asmlinkage int do_rt_sigreturn(struct pt_regs *regs) | |||
69 | struct rt_sigframe __user *frame; | 69 | struct rt_sigframe __user *frame; |
70 | sigset_t set; | 70 | sigset_t set; |
71 | 71 | ||
72 | /* Always make any pending restarted system calls return -EINTR */ | ||
73 | current_thread_info()->restart_block.fn = do_no_restart_syscall; | ||
74 | |||
72 | /* | 75 | /* |
73 | * Since we stacked the signal on a dword boundary, | 76 | * Since we stacked the signal on a dword boundary, |
74 | * 'sp' should be dword aligned here. If it's | 77 | * 'sp' should be dword aligned here. If it's |