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:
9c749e1
)
microblaze: Fix ASM optimized code for LE
author
Michal Simek
<monstr@monstr.eu>
Fri, 28 Jan 2011 12:26:54 +0000
(13:26 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Fri, 28 Jan 2011 13:05:13 +0000
(14:05 +0100)
Microblaze little-endian doesn't support ASM optimized library
functions(memcpy/memmove). Kconfig doens't contain
any information about endian that's why it is necessary to
check it in the source code.
The code is used with barrel shifter is used.
Signed-off-by: Michal Simek <monstr@monstr.eu>
No differences found