Merge ../linux-2.6 by hand
[linux-block.git] / include / asm-m32r / thread_info.h
index 7a6be7727a9240839b9a094dfcebe30bae77f1b5..0f589363f619cd6f26e08d668e0de604dd7cd6eb 100644 (file)
@@ -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;                        \