projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfae72
)
arm: don't call try_to_freeze() from do_signal()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 27 Apr 2012 05:18:52 +0000
(
01:18
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 21 May 2012 18:37:56 +0000
(14:37 -0400)
get_signal_to_deliver() will handle it itself
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/arm/kernel/signal.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/signal.c
b/arch/arm/kernel/signal.c
index a6c4e780ec7a8ce4db35161dda05b12b25901f7b..3b37c14c47f52d2f9a730a7c55f9affb7fcad4da 100644
(file)
--- 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)
}
}
- 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 ...
@@
-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,