mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>