Commit c6802f4370510fa8674674f11c5578ee057d1d63

Authored by Al Viro
1 parent 5a30a798fb

um: bury unused _TIF_RESTORE_SIGMASK

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/um/include/asm/thread_info.h
... ... @@ -79,7 +79,6 @@
79 79 #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
80 80 #define _TIF_MEMDIE (1 << TIF_MEMDIE)
81 81 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
82   -#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
83 82  
84 83 #endif