summaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/U1memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* sparc64: Consistently use fsrc2 rather than fmovd in optimized asm.David S. Miller2012-06-271-2/+2
| | | | | | Because fsrc2, unlike fmovd, does not update the %fsr register. Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc,sparc64: unify lib/Sam Ravnborg2008-12-041-0/+563
o Renamed files in sparc64 to <name>_64.S when identical to sparc32 files. o iomap.c were equal for sparc32 and sparc64 o adjusted sparc/Makefile now we have only one lib/ Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>