]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
MIPS: compat: Fix use of TIF_32BIT_ADDR vs _TIF_32BIT_ADDR
authorRalf Baechle <ralf@linux-mips.org>
Wed, 7 Nov 2012 11:54:21 +0000 (12:54 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 9 Nov 2012 09:58:18 +0000 (10:58 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/thread_info.h

index 8debe9e917549097d09f5083489714605066a1cc..d8323ea9d5e897e79b33523cbdbb0d339e06e8fe 100644 (file)
@@ -115,7 +115,7 @@ register struct thread_info *__current_thread_info __asm__("$28");
 #ifdef CONFIG_MIPS32_O32
 #define TIF_32BIT TIF_32BIT_REGS
 #elif defined(CONFIG_MIPS32_N32)
-#define TIF_32BIT _TIF_32BIT_ADDR
+#define TIF_32BIT TIF_32BIT_ADDR
 #endif /* CONFIG_MIPS32_O32 */
 
 #define _TIF_SYSCALL_TRACE     (1<<TIF_SYSCALL_TRACE)