aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-08-03 14:36:37 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-09-27 08:37:30 -0400
commit048c6140c0f5d0bb1af8308c91dfa560ac65a296 (patch)
tree8b49aaa9cb05e7f6a5bbab924a09398db195f4f5 /arch/mips/kernel/signal.c
parentb4b30a5a0a270e6b3fef88373ad35d235a047fc1 (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/signal.c')
-rw-r--r--arch/mips/kernel/signal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c
index 6b4d9be31615..dc8956e3a396 100644
--- a/arch/mips/kernel/signal.c
+++ b/arch/mips/kernel/signal.c
@@ -424,9 +424,6 @@ void do_signal(struct pt_regs *regs)
424 if (!user_mode(regs)) 424 if (!user_mode(regs))
425 return; 425 return;
426 426
427 if (try_to_freeze())
428 goto no_signal;
429
430 if (test_thread_flag(TIF_RESTORE_SIGMASK)) 427 if (test_thread_flag(TIF_RESTORE_SIGMASK))
431 oldset = &current->saved_sigmask; 428 oldset = &current->saved_sigmask;
432 else 429 else
@@ -448,7 +445,6 @@ void do_signal(struct pt_regs *regs)
448 } 445 }
449 } 446 }
450 447
451no_signal:
452 /* 448 /*
453 * Who's code doesn't conform to the restartable syscall convention 449 * Who's code doesn't conform to the restartable syscall convention
454 * dies here!!! The li instruction, a single machine instruction, 450 * dies here!!! The li instruction, a single machine instruction,