commit | 4f72c4279eab1e5f3ed1ac4e55d4527617582392 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Sun Jul 27 16:51:03 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 28 16:30:49 2008 +1000 |
tree | 5a170211e0206d4d17a008dec9c88827c95c1152 | |
parent | 6558ba2b5cc3a2f22039db30616fcd07c1b28ac8 [diff] |
powerpc: Make syscall tracing use tracehook.h helpers This changes powerpc syscall tracing to use the new tracehook.h entry points. There is no change, only cleanup. In addition, the assembly changes allow do_syscall_trace_enter() to abort the syscall without losing the information about the original r0 value. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>