···279279 /*280280 * Don't let your children do this ...281281 */282282- if (current_thread_info()->flags & TIF_SYSCALL_TRACE)283283- do_syscall_trace(regs, 1);284282 __asm__ __volatile__(285283 "move\t$29,%0\n\t"286284 "j\tsyscall_exit"···781783 /*782784 * Don't let your children do this ...783785 */784784- if (current_thread_info()->flags & TIF_SYSCALL_TRACE)785785- do_syscall_trace(regs, 1);786786 __asm__ __volatile__(787787 "move\t$29,%0\n\t"788788 "j\tsyscall_exit"
-2
arch/mips/kernel/signal.c
···220220 /*221221 * Don't let your children do this ...222222 */223223- if (current_thread_info()->flags & TIF_SYSCALL_TRACE)224224- do_syscall_trace(®s, 1);225223 __asm__ __volatile__(226224 "move\t$29, %0\n\t"227225 "j\tsyscall_exit"
-2
arch/mips/kernel/signal32.c
···497497 /*498498 * Don't let your children do this ...499499 */500500- if (current_thread_info()->flags & TIF_SYSCALL_TRACE)501501- do_syscall_trace(®s, 1);502500 __asm__ __volatile__(503501 "move\t$29, %0\n\t"504502 "j\tsyscall_exit"