MIPS: lib: strnlen_user: Add EVA support
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 9 Dec 2013 15:28:10 +0000 (15:28 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:13 +0000 (23:09 +0100)
In non-EVA mode, a strlen_user* alias is used for the
strlen_kernel* symbols since the code is identical. In EVA
mode, a new strlen_user* symbol is used which uses the EVA
specific instructions to load values from userspace.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>

No differences found