dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/m68k/lib
Greg Ungerer f9d693d237 m68k: remove arch specific non-optimized memcmp()
The m68k arch implements its own memcmp() function. It is not optimized
in any way (it is the most strait forward coding of memcmp you can get).
Remove it and use the kernels standard memcmp() implementation.

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 memcmp() function
defined, since there is none in the m68knommu/lib functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
2011-02-16 09:42:24 +10:00
..
Makefile Stringify support commas 2008-07-20 17:24:38 -07: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 missing exports of csum_... 2007-07-17 11:01:07 -07:00
lshrdi3.c 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
string.c m68k: remove arch specific non-optimized memcmp() 2011-02-16 09:42:24 +10:00
uaccess.c m68k: implement __clear_user() 2007-05-15 08:54:00 -07:00