From 88b71043ef718e019409584ee95cd06f09f85d4c Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Sat, 5 May 2012 15:05:44 +0000 Subject: [PATCH] --- yaml --- r: 302843 b: refs/heads/master c: 3194f61de93d4d4fbc2f2ddb25aeded6f9cebaeb h: refs/heads/master i: 302841: e84200f2c32bd80e4816f3496a85d00fc7595f6b 302839: 3a9ea60f4faccba39927ba9857eb6d2321fad644 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/thread_info.h | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/[refs] b/[refs] index 087f0294b11c..9f4056ee27be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe844052bca4355bf1a1b078d3e7727800cf3c73 +refs/heads/master: 3194f61de93d4d4fbc2f2ddb25aeded6f9cebaeb diff --git a/trunk/arch/mips/include/asm/thread_info.h b/trunk/arch/mips/include/asm/thread_info.h index 0d85d8e440c5..e2eca7d10598 100644 --- a/trunk/arch/mips/include/asm/thread_info.h +++ b/trunk/arch/mips/include/asm/thread_info.h @@ -85,18 +85,6 @@ register struct thread_info *__current_thread_info __asm__("$28"); #define STACK_WARN (THREAD_SIZE / 8) -#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR - -#ifdef CONFIG_DEBUG_STACK_USAGE -#define alloc_thread_info_node(tsk, node) \ - kzalloc_node(THREAD_SIZE, GFP_KERNEL, node) -#else -#define alloc_thread_info_node(tsk, node) \ - kmalloc_node(THREAD_SIZE, GFP_KERNEL, node) -#endif - -#define free_thread_info(info) kfree(info) - #endif /* !__ASSEMBLY__ */ #define PREEMPT_ACTIVE 0x10000000