]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
microblaze: Fix ASM optimized code for LE
authorMichal Simek <monstr@monstr.eu>
Fri, 28 Jan 2011 12:26:54 +0000 (13:26 +0100)
committerMichal Simek <monstr@monstr.eu>
Fri, 28 Jan 2011 13:05:13 +0000 (14:05 +0100)
commitde93c3c119382cb888ca8a94b642dbcf8035525e
tree8a82dd51d680ef83e8399a0a0d6f67d34f838a94
parent9c749e177ccc0b3ee9589425c7255079e7a726fc
microblaze: Fix ASM optimized code for LE

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>
arch/microblaze/lib/fastcopy.S