Skip to content

Commit

Permalink
arm: don't call try_to_freeze() from do_signal()
Browse files Browse the repository at this point in the history
get_signal_to_deliver() will handle it itself

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed May 21, 2012
1 parent 7dfae72 commit d9be5ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
}
}

if (try_to_freeze())
goto no_signal;

/*
* Get the signal to deliver. When running under ptrace, at this
* point the debugger may change all our registers ...
Expand Down Expand Up @@ -684,7 +681,6 @@ static void do_signal(struct pt_regs *regs, int syscall)
return;
}

no_signal:
if (syscall) {
/*
* Handle restarting a different system call. As above,
Expand Down

0 comments on commit d9be5ea

Please sign in to comment.