mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
d10ed2f538
Merging the mmu and non-mmu directories we ended up with duplicate implementations of memset(). One is a little more optimized for the >= 68020 case, but that can easily be inserted into a single implementation of memset(). Clean up the exporting of this symbol too, otherwise we end up exporting it twice on a no-mmu build. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> |
||
---|---|---|
.. | ||
ashldi3.c | ||
ashrdi3.c | ||
checksum_mm.c | ||
checksum_no.c | ||
checksum.c | ||
delay.c | ||
divsi3.S | ||
lshrdi3.c | ||
Makefile | ||
memcpy.c | ||
memmove.c | ||
memset.c | ||
modsi3.S | ||
muldi3.c | ||
mulsi3.S | ||
string.c | ||
uaccess.c | ||
udivsi3.S | ||
umodsi3.S |