diff options
Diffstat (limited to 'arch/i386/kernel/signal.c')
-rw-r--r-- | arch/i386/kernel/signal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/kernel/signal.c b/arch/i386/kernel/signal.c index 608eac4a7324..5c352c3a9e7f 100644 --- a/arch/i386/kernel/signal.c +++ b/arch/i386/kernel/signal.c | |||
@@ -583,9 +583,6 @@ static void fastcall do_signal(struct pt_regs *regs) | |||
583 | if (!user_mode(regs)) | 583 | if (!user_mode(regs)) |
584 | return; | 584 | return; |
585 | 585 | ||
586 | if (try_to_freeze()) | ||
587 | goto no_signal; | ||
588 | |||
589 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | 586 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) |
590 | oldset = ¤t->saved_sigmask; | 587 | oldset = ¤t->saved_sigmask; |
591 | else | 588 | else |
@@ -614,7 +611,6 @@ static void fastcall do_signal(struct pt_regs *regs) | |||
614 | return; | 611 | return; |
615 | } | 612 | } |
616 | 613 | ||
617 | no_signal: | ||
618 | /* Did we come from a system call? */ | 614 | /* Did we come from a system call? */ |
619 | if (regs->orig_eax >= 0) { | 615 | if (regs->orig_eax >= 0) { |
620 | /* Restart the system call - no handlers present */ | 616 | /* Restart the system call - no handlers present */ |