aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-04-27 01:18:52 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-05-21 14:37:56 -0400
commitd9be5ea6f9b6a51535ccdd9881ffb3be2dbd48e9 (patch)
tree69013d711c49ae60173825ee8fa627b09a641e14 /arch/arm
parent7dfae72027cd8345247e675a3b27439df95fe06e (diff)
arm: don't call try_to_freeze() from do_signal()
get_signal_to_deliver() will handle it itself Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/kernel/signal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c
index a6c4e780ec7a..3b37c14c47f5 100644
--- a/arch/arm/kernel/signal.c
+++ b/arch/arm/kernel/signal.c
@@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
642 } 642 }
643 } 643 }
644 644
645 if (try_to_freeze())
646 goto no_signal;
647
648 /* 645 /*
649 * Get the signal to deliver. When running under ptrace, at this 646 * Get the signal to deliver. When running under ptrace, at this
650 * point the debugger may change all our registers ... 647 * point the debugger may change all our registers ...
@@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
684 return; 681 return;
685 } 682 }
686 683
687 no_signal:
688 if (syscall) { 684 if (syscall) {
689 /* 685 /*
690 * Handle restarting a different system call. As above, 686 * Handle restarting a different system call. As above,