+1
−1
arch/m68k/lib/memcmp.c
deleted100644 → 0
+0
−11
arch/m68k/lib/memcpy.c
deleted100644 → 0
+0
−75
arch/m68k/lib/memset.c
deleted100644 → 0
+0
−68
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>