From: Al Viro Date: Mon, 21 May 2012 18:22:25 +0000 (-0400) Subject: um: bury unused _TIF_RESTORE_SIGMASK X-Git-Tag: upstream/snapshot3+hdmi~7427^2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6802f4370510fa8674674f11c5578ee057d1d63;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 6d85ebb..c04e5ab 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