Skip to content

Commit eb2317b

Browse files
author
Al Viro
committed
nios2: _TIF_ALLWORK_MASK is unused
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent fe15c26 commit eb2317b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/nios2/include/asm/thread_info.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ static inline struct thread_info *current_thread_info(void)
9696
/* work to do on interrupt/exception return */
9797
#define _TIF_WORK_MASK 0x0000FFFE
9898

99-
/* work to do on any return to u-space */
100-
# define _TIF_ALLWORK_MASK 0x0000FFFF
101-
10299
#endif /* __KERNEL__ */
103100

104101
#endif /* _ASM_NIOS2_THREAD_INFO_H */

0 commit comments

Comments
 (0)