diff options
Diffstat (limited to 'arch/h8300/kernel/signal.c')
-rw-r--r-- | arch/h8300/kernel/signal.c | 3 |
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(¤t->saved_sigmask); | ||
506 | } | 505 | } |
507 | 506 | ||
508 | asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) | 507 | asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) |