1
0
Fork 0
remarkable-linux/arch/m68knommu/lib
Greg Ungerer 982cd252ca m68knommu: add optimize memmove() function
Add an m68k/coldfire optimized memmove() function for the m68knommu arch.
This is the same function as used by m68k. Simple speed tests show this
is faster once buffers are larger than 4 bytes, and significantly faster
on much larger buffers (4 times faster above about 100 bytes).

This also goes part of the way to fixing a regression caused by commit
ea61bc461d ("m68k/m68knommu: merge MMU and
non-MMU string.h"), which breaks non-coldfire non-mmu builds (which is
the 68x328 and 68360 families). They currently have no memmove() fucntion
defined, since there was none in the m68knommu/lib functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-02-16 09:43:16 +10:00
..
Makefile m68knommu: add optimize memmove() function 2011-02-16 09:43:16 +10:00
ashldi3.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ashrdi3.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
checksum.c m68k: merge the mmu and non-mmu versions of checksum.h 2009-09-16 09:43:37 +10:00
delay.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divsi3.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
lshrdi3.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
memcpy.c Remove inclusions of <linux/autoconf.h> 2008-02-06 10:41:00 -08:00
memmove.c m68knommu: add optimize memmove() function 2011-02-16 09:43:16 +10:00
memset.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
modsi3.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
muldi3.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mulsi3.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
udivsi3.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
umodsi3.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00