X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-mn10300%2Fthread_info.h;h=78a3881f3c1250f39eea83dc80a320c826ed650d;hb=046fd53773cd87125f799b00422e487bf1428d38;hp=e397e719278544b530dd72a3740e8ce06e65da85;hpb=6a306e8b4c81a1c1f538e390d92bfe80d04b254c;p=mv-sheeva.git diff --git a/include/asm-mn10300/thread_info.h b/include/asm-mn10300/thread_info.h index e397e719278..78a3881f3c1 100644 --- a/include/asm-mn10300/thread_info.h +++ b/include/asm-mn10300/thread_info.h @@ -112,6 +112,8 @@ static inline unsigned long current_stack_pointer(void) return sp; } +#define __HAVE_ARCH_THREAD_INFO_ALLOCATOR + /* thread information allocation */ #ifdef CONFIG_DEBUG_STACK_USAGE #define alloc_thread_info(tsk) kzalloc(THREAD_SIZE, GFP_KERNEL)