Skip to content

Commit

Permalink
nios2: _TIF_ALLWORK_MASK is unused
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Mar 6, 2023
1 parent fe15c26 commit eb2317b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/nios2/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit eb2317b

Please sign in to comment.