From: Roman Zippel Date: Sat, 3 Sep 2005 22:57:10 +0000 (-0700) Subject: [PATCH] m68k: cleanup inline mem functions X-Git-Tag: v2.6.14-rc1~822 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072dffda1d35c391fe893ec9b1d098145e668fef;p=pandora-kernel.git [PATCH] m68k: cleanup inline mem functions Use the builtin functions for memset/memclr/memcpy, special optimizations for page operations have dedicated functions now. Uninline memmove/memchr and move all functions into a single file and clean it up a little. Signed-off-by: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed