diff options
Diffstat (limited to 'arch/sparc/include/asm/thread_info_64.h')
-rw-r--r-- | arch/sparc/include/asm/thread_info_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/thread_info_64.h b/arch/sparc/include/asm/thread_info_64.h index 39be9f256e5a..3df02de1984e 100644 --- a/arch/sparc/include/asm/thread_info_64.h +++ b/arch/sparc/include/asm/thread_info_64.h | |||
@@ -121,7 +121,7 @@ struct thread_info { | |||
121 | #define THREAD_SHIFT PAGE_SHIFT | 121 | #define THREAD_SHIFT PAGE_SHIFT |
122 | #endif /* PAGE_SHIFT == 13 */ | 122 | #endif /* PAGE_SHIFT == 13 */ |
123 | 123 | ||
124 | #define PREEMPT_ACTIVE 0x4000000 | 124 | #define PREEMPT_ACTIVE 0x10000000 |
125 | 125 | ||
126 | /* | 126 | /* |
127 | * macros/functions for gaining access to the thread information structure | 127 | * macros/functions for gaining access to the thread information structure |