We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfae72 commit d9be5eaCopy full SHA for d9be5ea
arch/arm/kernel/signal.c
@@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
642
}
643
644
645
- if (try_to_freeze())
646
- goto no_signal;
647
-
648
/*
649
* Get the signal to deliver. When running under ptrace, at this
650
* point the debugger may change all our registers ...
@@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
684
681
return;
685
682
686
683
687
- no_signal:
688
if (syscall) {
689
690
* Handle restarting a different system call. As above,
0 commit comments