[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)
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>

No differences found