Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 173ea74

Browse files
committed
Merge tag 'pull-nios2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull trivial nios2 cleanup from Al Viro. * tag 'pull-nios2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: nios2: _TIF_ALLWORK_MASK is unused
2 parents 181b69d + eb2317b commit 173ea74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)