MIPS: Cleanup flags in syscall flags handlers.
This will simplify further modifications. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -81,7 +81,7 @@ NESTED(handle_sys, PT_SIZE, sp)
|
||||
PTR 4b, bad_stack
|
||||
.previous
|
||||
|
||||
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, trace_a_syscall
|
||||
|
Reference in New Issue
Block a user