From: Ralf Baechle Date: Thu, 8 Nov 2012 23:28:59 +0000 (+0100) Subject: MIPS: compat: Delete now unused TIF_32BIT. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=34d875d7b579baab2f2f6dfd8e8533602d9dbf33;p=~shefty%2Frdma-dev.git MIPS: compat: Delete now unused TIF_32BIT. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h index d8323ea9d5e..18806a52061 100644 --- a/arch/mips/include/asm/thread_info.h +++ b/arch/mips/include/asm/thread_info.h @@ -112,12 +112,6 @@ register struct thread_info *__current_thread_info __asm__("$28"); #define TIF_LOAD_WATCH 25 /* If set, load watch registers */ #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ -#ifdef CONFIG_MIPS32_O32 -#define TIF_32BIT TIF_32BIT_REGS -#elif defined(CONFIG_MIPS32_N32) -#define TIF_32BIT TIF_32BIT_ADDR -#endif /* CONFIG_MIPS32_O32 */ - #define _TIF_SYSCALL_TRACE (1<