summaryrefslogtreecommitdiff
path: root/arch/mips/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-05-28 23:02:18 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2013-06-10 16:01:26 (GMT)
commite7f3b48af7be9f8007a224663a5b91340626fed5 (patch)
tree743924f39e5d177d4cd402fcf281f42a8a7af8a7 /arch/mips/include
parent41c8366be83a7c868c5281ad8d9e6715c1564351 (diff)
downloadlinux-fsl-qoriq-e7f3b48af7be9f8007a224663a5b91340626fed5.tar.xz
MIPS: Cleanup flags in syscall flags handlers.
This will simplify further modifications. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/thread_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
index 895320e..cdea4f6 100644
--- a/arch/mips/include/asm/thread_info.h
+++ b/arch/mips/include/asm/thread_info.h
@@ -131,6 +131,8 @@ static inline struct thread_info *current_thread_info(void)
#define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
#define _TIF_LOAD_WATCH (1<<TIF_LOAD_WATCH)
+#define _TIF_WORK_SYSCALL_ENTRY (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT)
+
/* work to do in syscall_trace_leave() */
#define _TIF_WORK_SYSCALL_EXIT (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT)