projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe15c26
)
nios2: _TIF_ALLWORK_MASK is unused
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 20 Sep 2021 21:09:04 +0000
(17:09 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 6 Mar 2023 01:21:04 +0000
(20:21 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/nios2/include/asm/thread_info.h
patch
|
blob
|
history
diff --git
a/arch/nios2/include/asm/thread_info.h
b/arch/nios2/include/asm/thread_info.h
index bcc0e9915ebdab3d30a316525f5b1956c21daa1c..5abac9893b32b54e22d5b99ef9461a8b4723146d 100644
(file)
--- 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 */