From: Greg Ungerer Date: Mon, 28 Mar 2011 06:48:00 +0000 (+1000) Subject: m68k: remove duplicate memset() implementation X-Git-Tag: v3.0-rc1~318^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10ed2f5383cc6e6b7649f03540b8cb1838d5f67;p=pandora-kernel.git 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 Acked-by: Geert Uytterhoeven --- Reading git-diff-tree failed