Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309006
b: refs/heads/master
c: d9be5ea
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 21, 2012
1 parent c86df37 commit 66f0dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7dfae72027cd8345247e675a3b27439df95fe06e
refs/heads/master: d9be5ea6f9b6a51535ccdd9881ffb3be2dbd48e9
4 changes: 0 additions & 4 deletions trunk/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 66f0dca

Please sign in to comment.