commit | 1180b28ca82c529972bfd438467d5cd71cca5372 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Sat Oct 09 14:05:58 2010 +1000 |
committer | Michal Simek <monstr@monstr.eu> | Thu Oct 21 15:52:02 2010 +1000 |
tree | a97ade3a37875493a06fabfed24d3075f4c61f60 | |
parent | 93e2e85139509338c68279c7260ebb68177b23a9 [diff] |
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>