From: Greg Ungerer Date: Tue, 18 Oct 2011 05:41:26 +0000 (+1000) Subject: m68k: use tracehook_report_syscall_entry/exit for ColdFire MMU ptrace path X-Git-Tag: v3.3-rc1~180^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b38f3c9233c44dcb5ac1c35d4de065e30faccb4;p=pandora-kernel.git 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 Acked-by: Geert Uytterhoeven Acked-by: Matt Waddel Acked-by: Kurt Mahan --- Reading git-diff-tree failed