aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-05 15:05:43 +0000
committerThomas Gleixner <tglx@linutronix.de>2012-05-08 14:08:44 +0200
commitc64872cd0dd5892f4d6f3605ffca36d13e63443d (patch)
tree9603b0af63567e7919420d090bb7549c6d3a9049 /arch/frv
parentcris: Use common threadinfo allocator (diff)
downloadlinux-dev-c64872cd0dd5892f4d6f3605ffca36d13e63443d.tar.xz
linux-dev-c64872cd0dd5892f4d6f3605ffca36d13e63443d.zip
frv: Use common threadinfo allocator
The core now has a threadinfo allocator which uses a kmemcache when THREAD_SIZE < PAGE_SIZE. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: David Howells <dhowells@redhat.com> Link: http://lkml.kernel.org/r/20120505150141.751600045@linutronix.de
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/include/asm/thread_info.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/frv/include/asm/thread_info.h b/arch/frv/include/asm/thread_info.h
index aaea388a57d9..54ab13a0de41 100644
--- a/arch/frv/include/asm/thread_info.h
+++ b/arch/frv/include/asm/thread_info.h
@@ -80,19 +80,6 @@ register struct thread_info *__current_thread_info asm("gr15");
#define current_thread_info() ({ __current_thread_info; })
-#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR
-
-/* thread information allocation */
-#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__ */
/*