[SPARC64]: Pass regs and entry/exit boolean to syscall_trace()
authorDavid S. Miller <davem@davemloft.net>
Sun, 10 Jul 2005 23:55:48 +0000 (16:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Jul 2005 23:55:48 +0000 (16:55 -0700)
commit8d8a64796fdee4e20355c6c12c9cc630a2e7494d
treedc0d548a520bdad1e2aa7752153bf7c787fc04bd
parentbb49bcda15f1bc1a52c7f887db278447f332eaa7
[SPARC64]: Pass regs and entry/exit boolean to syscall_trace()

Also fix a bug in 32-bit syscall tracing.  We forgot to update
this code when we moved over to the convention that all 32-bit
syscall arguments are zero extended by default.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/entry.S
arch/sparc64/kernel/ptrace.c
arch/sparc64/kernel/sparc64_ksyms.c
arch/sparc64/solaris/entry64.S
This page took 0.033123 seconds and 5 git commands to generate.