1 /* memmove.S: Simple memmove implementation.
3 * Copyright (C) 1997, 2004 David S. Miller (davem@redhat.com)
4 * Copyright (C) 1996, 1997, 1998, 1999 Jakub Jelinek (jj@ultra.linux.cz)
7 #include <linux/linkage.h>
10 ENTRY(memmove) /* o0=dst o1=src o2=len */