From: Kyle McMartin Date: Mon, 27 Apr 2009 03:53:34 +0000 (-0400) Subject: parisc: tracehook_report_syscall X-Git-Tag: v2.6.32-rc4~37^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6b58772dc39262629708e5f3c30ef06de290894;p=pandora-kernel.git parisc: tracehook_report_syscall This makes parisc use the standard tracehook_report_syscall_entry and tracehook_report_syscall_exit hooks in . To do this, we need to access current->thread.regs, and to know whether we're entering or exiting the syscall, so add this to syscall_trace. Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed