summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2008-04-24 11:03:27 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-30 23:50:58 +0200
commitf2360bbe02d41b67951e5ccbbae288b140d200ab (patch)
treea9fa69b7bc062961c34f4c2030881f99e1c4a979
parent471e8315d3f501e0787fa05e82b082bf05850d05 (diff)
Change Alpha active count bit
alpha uses the active count bit 31. This patch moves it to 28 so 31 is freed for nmi count. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> CC: rth@twiddle.net CC: ink@jurassic.park.msu.ru Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--include/asm-alpha/thread_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/thread_info.h b/include/asm-alpha/thread_info.h
index fb3185196298..fde5f56cd770 100644
--- a/include/asm-alpha/thread_info.h
+++ b/include/asm-alpha/thread_info.h
@@ -57,7 +57,7 @@ register struct thread_info *__current_thread_info __asm__("$8");
#endif /* __ASSEMBLY__ */
-#define PREEMPT_ACTIVE 0x40000000
+#define PREEMPT_ACTIVE 0x10000000
/*
* Thread information flags: