commit | 6f26353ca29e96475208bce673efb6a2c58b73f2 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Oct 26 18:51:09 2009 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 28 16:13:04 2009 +1100 |
tree | a564c9c71407a83f81d42e15bbe48f647ec72285 | |
parent | c8cd093a6e9f96ea6b871576fd4e46d7c818bb89 [diff] |
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 <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>