]> err.no Git - linux-2.6/blobdiff - arch/x86/ia32/ia32_signal.c
Merge branch 'linus' into x86/amd-iommu
[linux-2.6] / arch / x86 / ia32 / ia32_signal.c
index bbed3a26ce5567abb107f0371651c906b5f368a7..cb3856a18c8544e1ffe722d33a7713439043829d 100644 (file)
@@ -128,7 +128,7 @@ asmlinkage long sys32_sigsuspend(int history0, int history1, old_sigset_t mask)
 
        current->state = TASK_INTERRUPTIBLE;
        schedule();
-       set_thread_flag(TIF_RESTORE_SIGMASK);
+       set_restore_sigmask();
        return -ERESTARTNOHAND;
 }