aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-05-21 23:42:15 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-06-01 12:58:49 -0400
commita610d6e672d6d3723e8da257ad4a8a288a8f2f89 (patch)
tree2fac6ce7f72756771f4f87583205cc402589dcad /arch/ia64/kernel
parent5754f412a3f107cbcd93ee125bef296f2a07539b (diff)
pull clearing RESTORE_SIGMASK into block_sigmask()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r--arch/ia64/kernel/signal.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/ia64/kernel/signal.c b/arch/ia64/kernel/signal.c
index 9fee6d6a3f21..dc6fe6573465 100644
--- a/arch/ia64/kernel/signal.c
+++ b/arch/ia64/kernel/signal.c
@@ -501,16 +501,8 @@ ia64_do_signal (struct sigscratch *scr, long in_syscall)
501 * Whee! Actually deliver the signal. If the delivery failed, we need to 501 * Whee! Actually deliver the signal. If the delivery failed, we need to
502 * continue to iterate in this loop so we can deliver the SIGSEGV... 502 * continue to iterate in this loop so we can deliver the SIGSEGV...
503 */ 503 */
504 if (handle_signal(signr, &ka, &info, scr)) { 504 if (handle_signal(signr, &ka, &info, scr))
505 /*
506 * A signal was successfully delivered; the saved
507 * sigmask will have been stored in the signal frame,
508 * and will be restored by sigreturn, so we can simply
509 * clear the TS_RESTORE_SIGMASK flag.
510 */
511 current_thread_info()->status &= ~TS_RESTORE_SIGMASK;
512 return; 505 return;
513 }
514 } 506 }
515 507
516 /* Did we come from a system call? */ 508 /* Did we come from a system call? */