From: Al Viro Date: Mon, 21 May 2012 18:22:25 +0000 (-0400) Subject: um: bury unused _TIF_RESTORE_SIGMASK X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6802f4370510fa8674674f11c5578ee057d1d63;p=linux-beck.git um: bury unused _TIF_RESTORE_SIGMASK Signed-off-by: Al Viro --- diff --git a/arch/um/include/asm/thread_info.h b/arch/um/include/asm/thread_info.h index 6d85ebb860fd..c04e5ab68f56 100644 --- a/arch/um/include/asm/thread_info.h +++ b/arch/um/include/asm/thread_info.h @@ -79,6 +79,5 @@ static inline struct thread_info *current_thread_info(void) #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) #define _TIF_MEMDIE (1 << TIF_MEMDIE) #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT) -#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK) #endif