commit | 072dffda1d35c391fe893ec9b1d098145e668fef | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Sat Sep 03 15:57:10 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:19 2005 -0700 |
tree | 2eee1530619abb7cf751db022216ab483e6fc823 | |
parent | 2855b97020f6d4a4dfb005fb77c0b79c8cb9d13f [diff] |
[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>