]> git.hungrycats.org Git - linux/commitdiff
sparc64: Fix PREEMPT_ACTIVE value.
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2010 08:30:51 +0000 (01:30 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 May 2010 22:03:03 +0000 (15:03 -0700)
[ Upstream commit 6c94b1ee0ca2bfb526d779c088ec20da6a3761db ]

It currently overlaps the NMI bit.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc/include/asm/thread_info_64.h

index 39be9f256e5a5b6f24d1f1604759b6cbad2b5f4b..3df02de1984e12abc4d04cf527f291ada9cf7ea3 100644 (file)
@@ -121,7 +121,7 @@ struct thread_info {
 #define THREAD_SHIFT PAGE_SHIFT
 #endif /* PAGE_SHIFT == 13 */
 
-#define PREEMPT_ACTIVE         0x4000000
+#define PREEMPT_ACTIVE         0x10000000
 
 /*
  * macros/functions for gaining access to the thread information structure