[MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-8
-4
arch/mips/kernel/irixsig.c
··· 279 279 /* 280 280 * Don't let your children do this ... 281 281 */ 282 - if (current_thread_info()->flags & TIF_SYSCALL_TRACE) 283 - do_syscall_trace(regs, 1); 284 282 __asm__ __volatile__( 285 283 "move\t$29,%0\n\t" 286 284 "j\tsyscall_exit" ··· 781 783 /* 782 784 * Don't let your children do this ... 783 785 */ 784 - if (current_thread_info()->flags & TIF_SYSCALL_TRACE) 785 - do_syscall_trace(regs, 1); 786 786 __asm__ __volatile__( 787 787 "move\t$29,%0\n\t" 788 788 "j\tsyscall_exit"
-2
arch/mips/kernel/signal.c
··· 220 220 /* 221 221 * Don't let your children do this ... 222 222 */ 223 - if (current_thread_info()->flags & TIF_SYSCALL_TRACE) 224 - do_syscall_trace(&regs, 1); 225 223 __asm__ __volatile__( 226 224 "move\t$29, %0\n\t" 227 225 "j\tsyscall_exit"
-2
arch/mips/kernel/signal32.c
··· 497 497 /* 498 498 * Don't let your children do this ... 499 499 */ 500 - if (current_thread_info()->flags & TIF_SYSCALL_TRACE) 501 - do_syscall_trace(&regs, 1); 502 500 __asm__ __volatile__( 503 501 "move\t$29, %0\n\t" 504 502 "j\tsyscall_exit"