diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-29 01:02:18 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-10 18:01:26 +0200 |
commit | e7f3b48af7be9f8007a224663a5b91340626fed5 (patch) | |
tree | 743924f39e5d177d4cd402fcf281f42a8a7af8a7 /arch/mips/kernel/scall64-n32.S | |
parent | 41c8366be83a7c868c5281ad8d9e6715c1564351 (diff) | |
download | linux-e7f3b48af7be9f8007a224663a5b91340626fed5.tar.gz linux-e7f3b48af7be9f8007a224663a5b91340626fed5.tar.bz2 linux-e7f3b48af7be9f8007a224663a5b91340626fed5.zip |
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/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index edcb6594e7b5..cab150789c8d 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S @@ -47,7 +47,7 @@ NESTED(handle_sysn32, PT_SIZE, sp) sd a3, PT_R26(sp) # save a3 for syscall restarting - li t1, _TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT + li t1, _TIF_WORK_SYSCALL_ENTRY LONG_L t0, TI_FLAGS($28) # syscall tracing enabled? and t0, t1, t0 bnez t0, n32_syscall_trace_entry |