From: Al Viro Date: Sat, 18 Sep 2021 22:12:37 +0000 (-0400) Subject: alpha: _TIF_ALLWORK_MASK is unused X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71ac548bfd318930e3040d96c25f361b5d558296;p=linux.git alpha: _TIF_ALLWORK_MASK is unused ... and never had been used, actually Signed-off-by: Al Viro --- diff --git a/arch/alpha/include/asm/thread_info.h b/arch/alpha/include/asm/thread_info.h index 084c27cb0c707..082631465074b 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' */