aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-05-29 01:02:18 +0200
committerBen Hutchings <ben@decadent.org.uk>2014-07-11 13:33:56 +0100
commit70c8d44f427d735d2f813559444713d6bfaed1ab (patch)
tree4d32eddc99d227d26bbbb61ee5e6946b6c78fd07 /arch/mips/include
parent09b0c6269f9683d39d43e4ba0c1cfdcd04f40c11 (diff)
downloadkernel_samsung_smdk4412-70c8d44f427d735d2f813559444713d6bfaed1ab.zip
kernel_samsung_smdk4412-70c8d44f427d735d2f813559444713d6bfaed1ab.tar.gz
kernel_samsung_smdk4412-70c8d44f427d735d2f813559444713d6bfaed1ab.tar.bz2
MIPS: Cleanup flags in syscall flags handlers.
commit e7f3b48af7be9f8007a224663a5b91340626fed5 upstream. This will simplify further modifications. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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 adda036..53ec458 100644
--- a/arch/mips/include/asm/thread_info.h
+++ b/arch/mips/include/asm/thread_info.h
@@ -149,6 +149,8 @@ register struct thread_info *__current_thread_info __asm__("$28");
#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)