]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: microMIPS: Optimise 'strlen' core library function.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 18:41:47 +0000 (13:41 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:19 +0000 (17:55 +0200)
commit111dec58757dde54e516a3086eed88fde1a58ce5
treecf1592a5bc6185e5af63d9729d6afb2ef30bd50a
parent78473752318a43ea97e4365c3bea1e2c79dcd0e7
MIPS: microMIPS: Optimise 'strlen' core library function.

Optimise 'strlen' to use microMIPS instructions and/or optimisations
for binary size reduction. When the microMIPS ISA is not being used,
the library function compiles to the original binary code.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
arch/mips/lib/strlen_user.S