aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/thread_info.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-11-09 00:28:59 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-11-09 10:58:36 +0100
commit34d875d7b579baab2f2f6dfd8e8533602d9dbf33 (patch)
treec635bc5cedf18395a25158e37aa18faa2dd81c57 /arch/mips/include/asm/thread_info.h
parentMIPS: compat: Implement is_compat_task() by testing for 32-bit address space. (diff)
downloadlinux-dev-34d875d7b579baab2f2f6dfd8e8533602d9dbf33.tar.xz
linux-dev-34d875d7b579baab2f2f6dfd8e8533602d9dbf33.zip
MIPS: compat: Delete now unused TIF_32BIT.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/thread_info.h')
-rw-r--r--arch/mips/include/asm/thread_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
index d8323ea9d5e8..18806a52061c 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<<TIF_SYSCALL_TRACE)
#define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)