From: Anton Blanchard Date: Mon, 26 Oct 2009 18:51:09 +0000 (+0000) Subject: powerpc: tracing: Give hypervisor call tracepoints access to arguments X-Git-Tag: v2.6.33-rc1~399^2~165^2~17^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f26353ca29e96475208bce673efb6a2c58b73f2;p=pandora-kernel.git powerpc: tracing: Give hypervisor call tracepoints access to arguments While most users of the hcall tracepoints will only want the opcode and return code, some will want all the arguments. To avoid the complexity of using varargs we pass a pointer to the register save area, which contains all the arguments. Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed