git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88d8df
)
xtensa: fix memmove(), bcopy(), and memcpy().
author
Chris Zankel
<chris@zankel.net>
Tue, 16 Oct 2012 04:41:19 +0000
(21:41 -0700)
committer
Chris Zankel
<chris@zankel.net>
Tue, 16 Oct 2012 04:41:19 +0000
(21:41 -0700)
- 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>
No differences found