diff options
Diffstat (limited to 'arch/frv/include/asm/thread_info.h')
| -rw-r--r-- | arch/frv/include/asm/thread_info.h | 15 | 
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/frv/include/asm/thread_info.h b/arch/frv/include/asm/thread_info.h index 92d83ea99ae..54ab13a0de4 100644 --- a/arch/frv/include/asm/thread_info.h +++ b/arch/frv/include/asm/thread_info.h @@ -21,8 +21,6 @@  #define THREAD_SIZE		8192 -#define __HAVE_ARCH_TASK_STRUCT_ALLOCATOR -  /*   * low level task data that entry.S needs immediate access to   * - this struct should fit entirely inside of one cache line @@ -82,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__ */  /*  |