diff options
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r-- | arch/ia64/kernel/signal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/ia64/kernel/signal.c b/arch/ia64/kernel/signal.c index 7523501d3bc0..39d8f3afff49 100644 --- a/arch/ia64/kernel/signal.c +++ b/arch/ia64/kernel/signal.c | |||
@@ -538,8 +538,5 @@ ia64_do_signal (struct sigscratch *scr, long in_syscall) | |||
538 | 538 | ||
539 | /* if there's no signal to deliver, we just put the saved sigmask | 539 | /* if there's no signal to deliver, we just put the saved sigmask |
540 | * back */ | 540 | * back */ |
541 | if (current_thread_info()->status & TS_RESTORE_SIGMASK) { | 541 | restore_saved_sigmask(); |
542 | current_thread_info()->status &= ~TS_RESTORE_SIGMASK; | ||
543 | sigprocmask(SIG_SETMASK, ¤t->saved_sigmask, NULL); | ||
544 | } | ||
545 | } | 542 | } |