arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 22 Dec 2012 05:21:10 +0000 (00:21 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 21 Mar 2013 19:39:34 +0000 (15:39 -0400)
Call tracehook functions for syscall tracing.

The check for TIF_SYSCALL_TRACE was removed, because the same check is
done right before in the assembly file.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [with ptrace.h fixup]

No differences found