]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/include/asm/thread_info.h
MIPS: Properly align the .data..init_task section.
[karo-tx-linux.git] / arch / mips / include / asm / thread_info.h
index 0d85d8e440c555b584fa51b1082e603e1b542b4e..abb13e83dfdae58c0d2b70dfae2a2493cf45b351 100644 (file)
@@ -60,6 +60,8 @@ struct thread_info {
 register struct thread_info *__current_thread_info __asm__("$28");
 #define current_thread_info()  __current_thread_info
 
+#endif /* !__ASSEMBLY__ */
+
 /* thread information allocation */
 #if defined(CONFIG_PAGE_SIZE_4KB) && defined(CONFIG_32BIT)
 #define THREAD_SIZE_ORDER (1)
@@ -97,8 +99,6 @@ register struct thread_info *__current_thread_info __asm__("$28");
 
 #define free_thread_info(info) kfree(info)
 
-#endif /* !__ASSEMBLY__ */
-
 #define PREEMPT_ACTIVE         0x10000000
 
 /*