]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/thread_info.h
x86: thread_info: PREEMPT_ACTIVE
[linux-2.6-omap-h63xx.git] / include / asm-x86 / thread_info.h
index 8cd52d4bfb0e52c2f16495711b38648a4dd80d9d..f8d5cf516ac441e45a8d6718ab05f30e79a73e7d 100644 (file)
@@ -62,9 +62,10 @@ struct thread_info {
 
 #endif
 
+#define PREEMPT_ACTIVE         0x10000000
+
 #ifdef CONFIG_X86_32
 
-#define PREEMPT_ACTIVE         0x10000000
 #ifdef CONFIG_4KSTACKS
 #define THREAD_SIZE            (4096)
 #else
@@ -286,8 +287,6 @@ static inline struct thread_info *stack_thread_info(void)
 #define _TIF_WORK_CTXSW_PREV _TIF_WORK_CTXSW
 #define _TIF_WORK_CTXSW_NEXT (_TIF_WORK_CTXSW|_TIF_DEBUG)
 
-#define PREEMPT_ACTIVE     0x10000000
-
 #endif /* !X86_32 */
 
 /*