mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
[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:
parent
baa0b84f10
commit
c978b0179b
2 changed files with 13 additions and 13 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue