MIPS: microMIPS: Optimise 'strncpy' core library function.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 18:41:18 +0000 (13:41 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 9 May 2013 15:55:19 +0000 (17:55 +0200)
commit0131f2b2c93bc8f0b0d9d599cf72d1df76ad3f01
treeb7cb40be3c78f7bd4369898fb639c028006f1f52
parent26c5e07d1478021914801c8c7dd77c9268940e4f
MIPS: microMIPS: Optimise 'strncpy' core library function.

Optimise 'strncpy' 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/strncpy_user.S