Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-3
-3
arch/nios2/include/asm/thread_info.h
··· 96 96 /* work to do on interrupt/exception return */ 97 97 #define _TIF_WORK_MASK 0x0000FFFE 98 98 99 - /* work to do on any return to u-space */ 100 - # define _TIF_ALLWORK_MASK 0x0000FFFF 101 - 102 99 #endif /* __KERNEL__ */ 103 100 104 101 #endif /* _ASM_NIOS2_THREAD_INFO_H */