commit | 80160de89d0a7c9a93dfe91eef2b448cbc380cd0 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Mon Mar 28 16:44:28 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue May 24 10:03:49 2011 +1000 |
tree | 564588ca8caffc79cacf1ac7d89fd53a1efc3277 | |
parent | b82ed87e67b081e55608b86b3e6f6f9036cedbd3 [diff] |
m68k: remove duplicate memmove() implementation Merging the mmu and non-mmu directories we ended up with duplicate (and identical) implementations of memmove(). Remove one of them. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>