diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 16:37:52 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-10 16:37:52 +0900 |
commit | 7a73c81ec37c0c59ee04d4f6eb05c9b7b1413741 (patch) | |
tree | bc5d9770473e9fbdc6ee59b2aa359dcfafe6809f /arch/sh/kernel/signal_64.c | |
parent | 4414d38a8845b229a8e7ea0105fe1bb263b65993 (diff) | |
parent | abef364050bcf8f46b0cb4bd47947ec2951664d3 (diff) |
Merge branch 'sh/urgent' into sh-latest
Diffstat (limited to 'arch/sh/kernel/signal_64.c')
-rw-r--r-- | arch/sh/kernel/signal_64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/signal_64.c b/arch/sh/kernel/signal_64.c index 5a9f1f10ebf4..6b5603fe274b 100644 --- a/arch/sh/kernel/signal_64.c +++ b/arch/sh/kernel/signal_64.c @@ -98,9 +98,6 @@ static int do_signal(struct pt_regs *regs, sigset_t *oldset) if (!user_mode(regs)) return 1; - if (try_to_freeze()) - goto no_signal; - if (current_thread_info()->status & TS_RESTORE_SIGMASK) oldset = ¤t->saved_sigmask; else if (!oldset) @@ -125,7 +122,6 @@ static int do_signal(struct pt_regs *regs, sigset_t *oldset) } } -no_signal: /* Did we come from a system call? */ if (regs->syscall_nr >= 0) { /* Restart the system call - no handlers present */ |