From: Al Viro Date: Mon, 20 Sep 2021 21:09:04 +0000 (-0400) Subject: nios2: _TIF_ALLWORK_MASK is unused X-Git-Tag: v6.4-rc1~185^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eb2317b13b1884b07db23d986988620941b2f075;p=tomoyo%2Ftomoyo-test1.git nios2: _TIF_ALLWORK_MASK is unused Signed-off-by: Al Viro --- diff --git a/arch/nios2/include/asm/thread_info.h b/arch/nios2/include/asm/thread_info.h index bcc0e9915ebd..5abac9893b32 100644 --- a/arch/nios2/include/asm/thread_info.h +++ b/arch/nios2/include/asm/thread_info.h @@ -96,9 +96,6 @@ static inline struct thread_info *current_thread_info(void) /* work to do on interrupt/exception return */ #define _TIF_WORK_MASK 0x0000FFFE -/* work to do on any return to u-space */ -# define _TIF_ALLWORK_MASK 0x0000FFFF - #endif /* __KERNEL__ */ #endif /* _ASM_NIOS2_THREAD_INFO_H */