]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: strlen_user: Add EVA support
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 2 Jan 2014 16:04:38 +0000 (16:04 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:13 +0000 (23:09 +0100)
commit9c8ba14370cf3ba7b66e4b0097f1f22701033385
tree63fcc75f9ae253079349d640b0fd7a9caf1c9060
parentdb3f0c7b44d6e6db3d6c187762010cae63b45832
MIPS: lib: strlen_user: Add EVA support

In non-EVA mode, strlen_user* aliases are used for the
strlen_kernel* symbols since the code is identical. In EVA
mode, new strlen_user* symbols are used which use the EVA
specific instructions to load values from userspace.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/mips_ksyms.c
arch/mips/lib/strlen_user.S