[SPARC64]: Use trap type stored in pt_regs to handle syscall restart.
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 10:01:48 +0000 (03:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 10:01:48 +0000 (03:01 -0700)
commit238468b2ac76020c192a7402c92df5097916bf4a
treea951be34bc3a1d2d3a7d6de98c2100e4296e7bd9
parent8243e40acb087fcd9e7609333f0b0551391f49fc
[SPARC64]: Use trap type stored in pt_regs to handle syscall restart.

Now that we can check the trap type directly, we don't need the
funny restart_syscall indication from the trap return paths.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/signal.c
arch/sparc64/kernel/signal32.c