History log of /linux-master/arch/nios2/lib/memmove.c
Revision Date Author Comments
# bb3fc5dd 05-Nov-2015 Tobias Klauser <tklauser@distanz.ch>

nios2: Remove unnecessary #ifdef guards

__HAVE_ARCH_MEMMOVE and __HAVE_ARCH_MEMSET are unconditionally defined
for nios2, so there is no need to protect the function definitions of
memmove() and memset().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>


# eea9507a 06-Nov-2014 Ley Foon Tan <lftan@altera.com>

nios2: Library functions

Add optimised library functions for nios2.

Signed-off-by: Ley Foon Tan <lftan@altera.com>