Loading arch/sparc/include/asm/thread_info_64.h +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,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 Loading Loading
arch/sparc/include/asm/thread_info_64.h +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,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 Loading