[PARISC] Add PREEMPT support
[deliverable/linux.git] / include / asm-parisc / thread_info.h
index ac32f140b83aa1135259d63d615eb4baf4eafdac..f2f83b04cd8b8fad0c1bc5c19fa3b839d5cc1704 100644 (file)
@@ -49,7 +49,8 @@ struct thread_info {
 
 #endif /* !__ASSEMBLY */
 
-#define PREEMPT_ACTIVE          0x10000000
+#define PREEMPT_ACTIVE_BIT     28
+#define PREEMPT_ACTIVE         (1 << PREEMPT_ACTIVE_BIT)
 
 /*
  * thread information flags
This page took 0.023477 seconds and 5 git commands to generate.