]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0ad01d911574259c317663b75c826c09d05fa2a5
tree2eee1530619abb7cf751db022216ab483e6fc823
parentb701952be0fcd96dd2a555da2db4840c71b30169
[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