提交 6c94b1ee 编写于 作者: D David S. Miller

sparc64: Fix PREEMPT_ACTIVE value.

It currently overlaps the NMI bit.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ec687886
...@@ -111,7 +111,7 @@ struct thread_info { ...@@ -111,7 +111,7 @@ struct thread_info {
#define THREAD_SHIFT PAGE_SHIFT #define THREAD_SHIFT PAGE_SHIFT
#endif /* PAGE_SHIFT == 13 */ #endif /* PAGE_SHIFT == 13 */
#define PREEMPT_ACTIVE 0x4000000 #define PREEMPT_ACTIVE 0x10000000
/* /*
* macros/functions for gaining access to the thread information structure * macros/functions for gaining access to the thread information structure
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册