aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/unicore32/include/asm/thread_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/unicore32/include/asm/thread_info.h b/arch/unicore32/include/asm/thread_info.h
index 89f7557583b8..bf1c3e01197b 100644
--- a/arch/unicore32/include/asm/thread_info.h
+++ b/arch/unicore32/include/asm/thread_info.h
@@ -146,7 +146,8 @@ static inline struct thread_info *current_thread_info(void)
146/* 146/*
147 * Change these and you break ASM code in entry-common.S 147 * Change these and you break ASM code in entry-common.S
148 */ 148 */
149#define _TIF_WORK_MASK 0x000000ff 149#define _TIF_WORK_MASK \
150 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
150 151
151#endif /* __KERNEL__ */ 152#endif /* __KERNEL__ */
152#endif /* __UNICORE_THREAD_INFO_H__ */ 153#endif /* __UNICORE_THREAD_INFO_H__ */