From: Al Viro Date: Sun, 6 May 2012 08:10:18 +0000 (-0400) Subject: arm: bury unused _TIF_RESTORE_SIGMASK X-Git-Tag: v3.5-rc1~48^2^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d181b9626057c1f4fb4d231a3c176271782f459;p=karo-tx-linux.git arm: bury unused _TIF_RESTORE_SIGMASK Signed-off-by: Al Viro --- diff --git a/arch/arm/include/asm/thread_info.h b/arch/arm/include/asm/thread_info.h index 680c623a3d1f..ba6bb7baadda 100644 --- a/arch/arm/include/asm/thread_info.h +++ b/arch/arm/include/asm/thread_info.h @@ -162,7 +162,6 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *, #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT) #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) #define _TIF_USING_IWMMXT (1 << TIF_USING_IWMMXT) -#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK) #define _TIF_SECCOMP (1 << TIF_SECCOMP) #define _TIF_SYSCALL_RESTARTSYS (1 << TIF_SYSCALL_RESTARTSYS)