summaryrefslogtreecommitdiffstats
path: root/arch/nios2/lib/memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Remove unnecessary #ifdef guardsTobias Klauser2015-11-091-2/+0
| | | | | | | | | __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>
* nios2: Library functionsLey Foon Tan2014-12-081-0/+82
Add optimised library functions for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>
OpenPOWER on IntegriCloud