TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
[deliverable/linux.git] / arch / frv / kernel / signal.c
index c4d9cfa0c8a3a1e7a9a53a4b498f205ec1aa88ea..9ec3d2e27b4c23ace494465b137ff382aa3d75c0 100644 (file)
@@ -533,7 +533,7 @@ asmlinkage void do_notify_resume(__u32 thread_info_flags)
                clear_thread_flag(TIF_SINGLESTEP);
 
        /* deal with pending signal delivery */
-       if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
+       if (thread_info_flags & _TIF_SIGPENDING))
                do_signal();
 
        /* deal with notification on about to resume userspace execution */
This page took 0.027572 seconds and 5 git commands to generate.