m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path
authorGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 05:41:26 +0000 (15:41 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:35 +0000 (10:20 +1000)
commit8b38f3c9233c44dcb5ac1c35d4de065e30faccb4
treefa24fc427e168e5d53a7a347e4e2ff9872e24d29
parent83b73d6cb8301df32d9887c16c83490c4fd1f55f
m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path

The existing ColdFire code (which is all non-mmu) for system call entry
and exit uses the more modern tracehook_report_syscall_entry()/exit()
into the ptrace code. Now that we are supporting ColdFire with MMU we
need the same hooks for these.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
arch/m68k/kernel/ptrace_mm.c
This page took 0.02458 seconds and 5 git commands to generate.