]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: remove duplicate memcpy() implementation
authorGreg Ungerer <gerg@uclinux.org>
Mon, 28 Mar 2011 06:53:37 +0000 (16:53 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:49 +0000 (10:03 +1000)
commit76ac42cb55922c8813ccb1e22a2c6ba238937f1c
tree09a7748e0980fd99b6925a92ad5af53c87638a53
parent4d230e4c2ce5b2f95b089379b621dd38c9d1aa8a
m68k: remove duplicate memcpy() implementation

Merging the mmu and non-mmu directories we ended up with duplicate
implementations of memcpy(). One is a little more optimized for the
>= 68020 case, but that can easily be inserted into a single
implementation of memcpy(). 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/memcpy.c
arch/m68k/lib/string.c