[SPARC64]: %l6 trap return handling no longer necessary.
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 10:15:22 +0000 (03:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 10:15:22 +0000 (03:15 -0700)
Now that we indicate the "restart system call" in the
trap type field of pt_regs->magic, we don't need to
set the %l6 boolean in all of the trap return paths.

And we therefore don't need to pass it to do_notify_resume().

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

No differences found