[PATCH] m68k: cleanup inline mem functions
authorRoman Zippel <zippel@linux-m68k.org>
Sat, 3 Sep 2005 22:57:10 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:19 +0000 (00:06 -0700)
commit072dffda1d35c391fe893ec9b1d098145e668fef
tree2eee1530619abb7cf751db022216ab483e6fc823
parent2855b97020f6d4a4dfb005fb77c0b79c8cb9d13f
[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 <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68k/kernel/m68k_ksyms.c
arch/m68k/lib/Makefile
arch/m68k/lib/memcmp.c [deleted file]
arch/m68k/lib/memcpy.c [deleted file]
arch/m68k/lib/memset.c [deleted file]
arch/m68k/lib/string.c [new file with mode: 0644]
include/asm-m68k/string.h