aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc64/lib/NGcopy_to_user.S
AgeCommit message (Collapse)Author
2006-03-20[SPARC64]: Fix some Niagara memcpy() bugs.David S. Miller
We need to restore the %asi register properly. For the kernel this means get_fs(), for user this means ASI_PNF. Also, NGcopy_to_user.S was including U3memcpy.S instead of NGmemcpy.S, oops :-) Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20[SPARC64]: Niagara optimized memcpy() and copy_{to,from}_user().David S. Miller
Signed-off-by: David S. Miller <davem@davemloft.net>