commit | d10ed2f5383cc6e6b7649f03540b8cb1838d5f67 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Mar 28 16:48:00 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue May 24 10:03:49 2011 +1000 |
tree | b2ee2537f23e452df1d98a88877ae28f7e3264fa | |
parent | 80160de89d0a7c9a93dfe91eef2b448cbc380cd0 [diff] |
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>