summaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/thread_info.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2021-09-18 18:12:37 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2022-10-29 23:31:14 -0400
commit71ac548bfd318930e3040d96c25f361b5d558296 (patch)
treed1eb73352909e961c770c743310c87edeb2f2722 /arch/alpha/include/asm/thread_info.h
parente2c7554cc6d85f95e3c6635f270ec839ab9fe05e (diff)
alpha: _TIF_ALLWORK_MASK is unused
... and never had been used, actually Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/include/asm/thread_info.h')
-rw-r--r--arch/alpha/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/include/asm/thread_info.h b/arch/alpha/include/asm/thread_info.h
index 084c27cb0c70..082631465074 100644
--- a/arch/alpha/include/asm/thread_info.h
+++ b/arch/alpha/include/asm/thread_info.h
@@ -77,10 +77,6 @@ register struct thread_info *__current_thread_info __asm__("$8");
#define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
_TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
-/* Work to do on any return to userspace. */
-#define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
- | _TIF_SYSCALL_TRACE)
-
#define TS_UAC_NOPRINT 0x0001 /* ! Preserve the following three */
#define TS_UAC_NOFIX 0x0002 /* ! flags as they match */
#define TS_UAC_SIGBUS 0x0004 /* ! userspace part of 'osf_sysinfo' */