[PATCH] m32r: fix #if warnings
Fix warnings for #if directives. Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
baa0b84f10
commit
c978b0179b
@@ -95,7 +95,7 @@ static inline struct thread_info *current_thread_info(void)
|
||||
}
|
||||
|
||||
/* thread information allocation */
|
||||
#if CONFIG_DEBUG_STACK_USAGE
|
||||
#ifdef CONFIG_DEBUG_STACK_USAGE
|
||||
#define alloc_thread_info(tsk) \
|
||||
({ \
|
||||
struct thread_info *ret; \
|
||||
|
||||
Reference in New Issue
Block a user