commit | a4aa2e867c5d696c0f249ad8d63d0d983b4ffaf9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 02 16:17:17 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 02 16:17:17 2007 -0700 |
tree | c9e89ccf9cb6ae2e054b9dfad5d2f295edaf8541 | |
parent | f778089cb2445dfc6dfd30a7a567925fd8589f1e [diff] |
[SPARC64]: Don't use in/local regs for ldx/stx data in N1 memcpy. It doesn't matter for use in 64-bit objects, but when used in 32-bit environments the top 32-bits of the local and in registers will get chopped off on the next register window spill/restore which leads to difficult to track down and subtle bugs. Signed-off-by: David S. Miller <davem@davemloft.net>