Commit 71ac548b authored by Al Viro's avatar Al Viro

alpha: _TIF_ALLWORK_MASK is unused

... and never had been used, actually
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e2c7554c
......@@ -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' */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment