Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/x86
[powerpc.git] / include / linux / sched.h
index 2df1a1a..0cfcd1c 100644 (file)
@@ -809,6 +809,7 @@ struct task_struct {
        struct sighand_struct *sighand;
 
        sigset_t blocked, real_blocked;
+       sigset_t saved_sigmask;         /* To be restored with TIF_RESTORE_SIGMASK */
        struct sigpending pending;
 
        unsigned long sas_ss_sp;