projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec68788
)
sparc64: Fix PREEMPT_ACTIVE value.
author
David S. Miller
<davem@davemloft.net>
Mon, 19 Apr 2010 08:30:51 +0000
(
01:30
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Apr 2010 08:30:51 +0000
(
01:30
-0700)
It currently overlaps the NMI bit.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/thread_info_64.h
patch
|
blob
|
history
diff --git
a/arch/sparc/include/asm/thread_info_64.h
b/arch/sparc/include/asm/thread_info_64.h
index
9e2d944
..
4827a3a
100644
(file)
--- a/
arch/sparc/include/asm/thread_info_64.h
+++ b/
arch/sparc/include/asm/thread_info_64.h
@@
-111,7
+111,7
@@
struct thread_info {
#define THREAD_SHIFT PAGE_SHIFT
#endif /* PAGE_SHIFT == 13 */
-#define PREEMPT_ACTIVE 0x
4
000000
+#define PREEMPT_ACTIVE 0x
10
000000
/*
* macros/functions for gaining access to the thread information structure