Skip to content
Commit 25e5566e authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.



For the case where the source is not aligned modulo 8
we don't use load-twins to suck the data in and this
kills performance since normal loads allocate in the
L1 cache (unlike load-twin) and thus big memcpys swipe
the entire L1 D-cache.

We need to allocate a register window to implement this
properly, but that actually simplifies a lot of things
as a nice side-effect.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8cc8c28a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment