diff options
author | Al Viro | 2021-09-20 17:09:04 -0400 |
---|---|---|
committer | Al Viro | 2023-03-05 20:21:04 -0500 |
commit | eb2317b13b1884b07db23d986988620941b2f075 (patch) | |
tree | cac2bd32c3a9ca8a1a520845e4578e7ed49531e6 /arch/nios2 | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
nios2: _TIF_ALLWORK_MASK is unused
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/include/asm/thread_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |