commit | 053970542f049d3e30dc4be6eb19e92ff1f70f00 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Thu Jan 02 16:04:38 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:13 2014 +0100 |
tree | 63fcc75f9ae253079349d640b0fd7a9caf1c9060 | |
parent | 5cc494972adbaeff08a1b7544acaa608c68cd527 [diff] |
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>