From b927b3e2c9bc39b7eeeaca91e4cd6c3ed59f165a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 29 May 2007 16:03:28 -0700 Subject: alpha: support new syscalls Some of the new syscalls require supporting TIF_RESTORE_SIGMASK. Signed-off-by: Richard Henderson Signed-off-by: Linus Torvalds --- include/asm-alpha/thread_info.h | 2 ++ include/asm-alpha/unistd.h | 48 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 1 deletion(-) (limited to 'include/asm-alpha') diff --git a/include/asm-alpha/thread_info.h b/include/asm-alpha/thread_info.h index f4defc2bd3f..48a22e3e6f3 100644 --- a/include/asm-alpha/thread_info.h +++ b/include/asm-alpha/thread_info.h @@ -76,12 +76,14 @@ register struct thread_info *__current_thread_info __asm__("$8"); #define TIF_UAC_NOFIX 7 #define TIF_UAC_SIGBUS 8 #define TIF_MEMDIE 9 +#define TIF_RESTORE_SIGMASK 10 /* restore signal mask in do_signal */ #define _TIF_SYSCALL_TRACE (1<