diff options
Diffstat (limited to 'arch/m32r/include')
-rw-r--r-- | arch/m32r/include/asm/thread_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/thread_info.h b/arch/m32r/include/asm/thread_info.h index aad1c3a913d9..c074f4c2e858 100644 --- a/arch/m32r/include/asm/thread_info.h +++ b/arch/m32r/include/asm/thread_info.h | |||
@@ -131,8 +131,8 @@ static inline unsigned int get_thread_fault_code(void) | |||
131 | #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) | 131 | #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) |
132 | #define _TIF_USEDFPU (1<<TIF_USEDFPU) | 132 | #define _TIF_USEDFPU (1<<TIF_USEDFPU) |
133 | 133 | ||
134 | #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ | 134 | #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME) |
135 | #define _TIF_ALLWORK_MASK 0x0000FFFF /* work to do on any return to u-space */ | 135 | #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE) |
136 | 136 | ||
137 | /* | 137 | /* |
138 | * Thread-synchronous status. | 138 | * Thread-synchronous status. |