summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-05-29 01:02:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-17 09:03:58 -0700
commit1b91a02f6af6554850568fb1d2716c1b27d1c503 (patch)
tree1f61e7f2ce5794a3fdbf816523695e68a855486b /arch/mips/include/asm
parent887c148946c4cf2259355197672eeeb070cf8284 (diff)
downloadlinux-stable-1b91a02f6af6554850568fb1d2716c1b27d1c503.tar.gz
linux-stable-1b91a02f6af6554850568fb1d2716c1b27d1c503.tar.bz2
linux-stable-1b91a02f6af6554850568fb1d2716c1b27d1c503.zip
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/mips/include/asm')
-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 895320e25662..cdea4f65b944 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)