summaryrefslogtreecommitdiff
path: root/include/asm-x86/thread_info.h
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2008-04-28 18:52:37 -0700
committerIngo Molnar <mingo@elte.hu>2008-05-12 21:28:03 +0200
commit24e2de6e28a453cd114b06215df2f9931cd0c342 (patch)
tree03811390059d0cab4260d4d4af7b997aa564dacf /include/asm-x86/thread_info.h
parent3351cc03c0762353225a79507e38db4c1e656d52 (diff)
x86: thread_info: PREEMPT_ACTIVE
Same for both 32 and 64 bit so simply put it in to the common area. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/thread_info.h')
-rw-r--r--include/asm-x86/thread_info.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-x86/thread_info.h b/include/asm-x86/thread_info.h
index 8cd52d4bfb0e..f8d5cf516ac4 100644
--- a/include/asm-x86/thread_info.h
+++ b/include/asm-x86/thread_info.h
@@ -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 */
/*