mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
f9d693d237
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
|
||
---|---|---|
.. | ||
ashldi3.c | ||
ashrdi3.c | ||
checksum.c | ||
lshrdi3.c | ||
Makefile | ||
muldi3.c | ||
string.c | ||
uaccess.c |