m68k: remove duplicate memset() implementation
authorGreg Ungerer <gerg@uclinux.org>
Mon, 28 Mar 2011 06:48:00 +0000 (16:48 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:49 +0000 (10:03 +1000)
commitd10ed2f5383cc6e6b7649f03540b8cb1838d5f67
treeb2ee2537f23e452df1d98a88877ae28f7e3264fa
parent80160de89d0a7c9a93dfe91eef2b448cbc380cd0
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>
arch/m68k/kernel/m68k_ksyms_no.c
arch/m68k/lib/Makefile
arch/m68k/lib/memset.c
arch/m68k/lib/string.c