]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit1180b28ca82c529972bfd438467d5cd71cca5372
treea97ade3a37875493a06fabfed24d3075f4c61f60
parent93e2e85139509338c68279c7260ebb68177b23a9
microblaze: Support C optimized lib functions for little-endian

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>
arch/microblaze/lib/memcpy.c
arch/microblaze/lib/memmove.c