OSDN Git Service

new helper: restore_saved_sigmask()
[uclinux-h8/linux.git] / arch / mn10300 / kernel / signal.c
index b8b6aa1..b7994c3 100644 (file)
@@ -525,10 +525,7 @@ static void do_signal(struct pt_regs *regs)
 
        /* if there's no signal to deliver, we just put the saved sigmask
         * back */
-       if (test_thread_flag(TIF_RESTORE_SIGMASK)) {
-               clear_thread_flag(TIF_RESTORE_SIGMASK);
-               sigprocmask(SIG_SETMASK, &current->saved_sigmask, NULL);
-       }
+       restore_saved_sigmask();
 }
 
 /*