projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad560b
)
MIPS: compat: Delete now unused TIF_32BIT.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 8 Nov 2012 23:28:59 +0000
(
00:28
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 9 Nov 2012 09:58:36 +0000
(10:58 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/thread_info.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/thread_info.h
b/arch/mips/include/asm/thread_info.h
index d8323ea9d5e897e79b33523cbdbb0d339e06e8fe..18806a52061c3c6869ed03c101ccabe740b64ac8 100644
(file)
--- 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)