commit | 7697daaa894ca2bc5cd652269c316bcdc3ec441b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Apr 24 03:15:22 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 24 03:15:22 2008 -0700 |
tree | d95630c696f34d5bc2b0cb6ab69a812440187c36 | |
parent | 238468b2ac76020c192a7402c92df5097916bf4a [diff] |
[SPARC64]: %l6 trap return handling no longer necessary. 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>