Skip to content

Commit d9be5ea

Browse files
author
Al Viro
committed
arm: don't call try_to_freeze() from do_signal()
get_signal_to_deliver() will handle it itself Signed-off-by: Al Viro <[email protected]>
1 parent 7dfae72 commit d9be5ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/kernel/signal.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
642642
}
643643
}
644644

645-
if (try_to_freeze())
646-
goto no_signal;
647-
648645
/*
649646
* Get the signal to deliver. When running under ptrace, at this
650647
* point the debugger may change all our registers ...
@@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
684681
return;
685682
}
686683

687-
no_signal:
688684
if (syscall) {
689685
/*
690686
* Handle restarting a different system call. As above,

0 commit comments

Comments
 (0)