sparc64: Split syscall_trace() into two functions.
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2008 03:10:23 +0000 (20:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Aug 2008 03:34:31 +0000 (20:34 -0700)
Christoph Hellwig noticed that having both entry and exit
logic in one function no longer makes sense, and having
seperate ones simplifies things a lot.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found