commit | 4968db4b9c4528b097ab4e549c4e0d0420dd1efc | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Mon Dec 09 15:28:10 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:13 2014 +0100 |
tree | eb6e7f405bb9abab9e1c75ca2cfd0b8648ad5fb9 | |
parent | c48be43eb5248ff96dacda58f9e51ee8bfd058ac [diff] |
MIPS: lib: strnlen_user: Add EVA support 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>