linux/arch/xtensa/lib
Chris Zankel eae8a416af xtensa: fix memmove(), bcopy(), and memcpy().
- fix memmove to correctly handle overlapping src and dst;
- fix memcpy loop ending conditions from signed '<=' to '!=';
- modify bcopy to call memmove;

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
2012-10-15 21:41:19 -07:00
..
Makefile
checksum.S xtensa: move headers files to arch/xtensa/include 2008-11-06 10:25:09 -08:00
memcopy.S xtensa: fix memmove(), bcopy(), and memcpy(). 2012-10-15 21:41:19 -07:00
memset.S xtensa: move headers files to arch/xtensa/include 2008-11-06 10:25:09 -08:00
pci-auto.c
strncpy_user.S xtensa: move headers files to arch/xtensa/include 2008-11-06 10:25:09 -08:00
strnlen_user.S xtensa: move headers files to arch/xtensa/include 2008-11-06 10:25:09 -08:00
usercopy.S xtensa: move headers files to arch/xtensa/include 2008-11-06 10:25:09 -08:00