From 048c6140c0f5d0bb1af8308c91dfa560ac65a296 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 3 Aug 2006 19:36:37 +0100 Subject: [MIPS] Don't call try_to_freeze in do_signal & co. Signed-off-by: Ralf Baechle --- arch/mips/kernel/signal32.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/mips/kernel/signal32.c') diff --git a/arch/mips/kernel/signal32.c b/arch/mips/kernel/signal32.c index f32a22997c3..30980df56cd 100644 --- a/arch/mips/kernel/signal32.c +++ b/arch/mips/kernel/signal32.c @@ -815,9 +815,6 @@ void do_signal32(struct pt_regs *regs) if (!user_mode(regs)) return; - if (try_to_freeze()) - goto no_signal; - if (test_thread_flag(TIF_RESTORE_SIGMASK)) oldset = ¤t->saved_sigmask; else @@ -838,7 +835,6 @@ void do_signal32(struct pt_regs *regs) } } -no_signal: /* * Who's code doesn't conform to the restartable syscall convention * dies here!!! The li instruction, a single machine instruction, -- cgit v1.2.3