aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/signal.c')
-rw-r--r--arch/h8300/kernel/signal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c
index e58992ad789e..63623dabab32 100644
--- a/arch/h8300/kernel/signal.c
+++ b/arch/h8300/kernel/signal.c
@@ -501,8 +501,7 @@ statis void do_signal(struct pt_regs *regs)
501 } 501 }
502 502
503 /* If there's no signal to deliver, we just restore the saved mask. */ 503 /* If there's no signal to deliver, we just restore the saved mask. */
504 if (test_and_clear_thread_flag(TIF_RESTORE_SIGMASK)) 504 restore_saved_sigmask();
505 set_current_blocked(&current->saved_sigmask);
506} 505}
507 506
508asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) 507asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags)