1 --- a/arch/mips/include/asm/thread_info.h
2 +++ b/arch/mips/include/asm/thread_info.h
3 @@ -85,6 +85,7 @@ register struct thread_info *__current_t
5 #define STACK_WARN (THREAD_SIZE / 8)
8 #define __HAVE_ARCH_THREAD_INFO_ALLOCATOR
10 #ifdef CONFIG_DEBUG_STACK_USAGE
11 @@ -94,6 +95,7 @@ register struct thread_info *__current_t
14 #define free_thread_info(info) kfree(info)
17 #endif /* !__ASSEMBLY__ */