OSDN Git Service

new helper: restore_saved_sigmask()
[uclinux-h8/linux.git] / arch / cris / arch-v32 / kernel / signal.c
index b338d8f..fe12cdc 100644 (file)
@@ -560,10 +560,7 @@ do_signal(int canrestart, 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();
 }
 
 asmlinkage void