microblaze: Support C optimized lib functions for little-endian
authorMichal Simek <monstr@monstr.eu>
Sat, 9 Oct 2010 04:05:58 +0000 (14:05 +1000)
committerMichal Simek <monstr@monstr.eu>
Thu, 21 Oct 2010 05:52:02 +0000 (15:52 +1000)
Optimized C library functions can rapidly speedup the kernel.
memset doesn't need to be optimized because there is no difference
in behavior on little/big endian cpu.

Signed-off-by: Michal Simek <monstr@monstr.eu>

No differences found