summaryrefslogtreecommitdiffstats
path: root/arch/m68k/lib/memcpy.c
diff options
context:
space:
mode:
authorGreg Ungerer2011-03-28 08:48:00 +0200
committerGreg Ungerer2011-05-24 02:03:49 +0200
commitd10ed2f5383cc6e6b7649f03540b8cb1838d5f67 (patch)
treeb2ee2537f23e452df1d98a88877ae28f7e3264fa /arch/m68k/lib/memcpy.c
parentm68k: remove duplicate memmove() implementation (diff)
downloadkernel-qcow2-linux-d10ed2f5383cc6e6b7649f03540b8cb1838d5f67.tar.gz
kernel-qcow2-linux-d10ed2f5383cc6e6b7649f03540b8cb1838d5f67.tar.xz
kernel-qcow2-linux-d10ed2f5383cc6e6b7649f03540b8cb1838d5f67.zip
m68k: remove duplicate memset() implementation
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>
Diffstat (limited to 'arch/m68k/lib/memcpy.c')
0 files changed, 0 insertions, 0 deletions