diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-03 14:36:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:30 -0400 |
commit | 048c6140c0f5d0bb1af8308c91dfa560ac65a296 (patch) | |
tree | 8b49aaa9cb05e7f6a5bbab924a09398db195f4f5 /arch/mips/kernel/signal32.c | |
parent | b4b30a5a0a270e6b3fef88373ad35d235a047fc1 (diff) |
[MIPS] Don't call try_to_freeze in do_signal & co.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/signal32.c')
-rw-r--r-- | arch/mips/kernel/signal32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/kernel/signal32.c b/arch/mips/kernel/signal32.c index f32a22997c3d..30980df56cd1 100644 --- a/arch/mips/kernel/signal32.c +++ b/arch/mips/kernel/signal32.c | |||
@@ -815,9 +815,6 @@ void do_signal32(struct pt_regs *regs) | |||
815 | if (!user_mode(regs)) | 815 | if (!user_mode(regs)) |
816 | return; | 816 | return; |
817 | 817 | ||
818 | if (try_to_freeze()) | ||
819 | goto no_signal; | ||
820 | |||
821 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | 818 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) |
822 | oldset = ¤t->saved_sigmask; | 819 | oldset = ¤t->saved_sigmask; |
823 | else | 820 | else |
@@ -838,7 +835,6 @@ void do_signal32(struct pt_regs *regs) | |||
838 | } | 835 | } |
839 | } | 836 | } |
840 | 837 | ||
841 | no_signal: | ||
842 | /* | 838 | /* |
843 | * Who's code doesn't conform to the restartable syscall convention | 839 | * Who's code doesn't conform to the restartable syscall convention |
844 | * dies here!!! The li instruction, a single machine instruction, | 840 | * dies here!!! The li instruction, a single machine instruction, |