dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 [STRING]: Move strcasecmp/strncasecmp to lib/string.c 2007-04-26 01:54:39 -07:00
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