commit | b3c3025b2c5536c2b243f4947cffe58628758020 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Thu Jan 02 16:40:20 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:14 2014 +0100 |
tree | 0e2028c7fa0e2ac20371b54f9bb91729a34d8c1c | |
parent | cc59fe5b88bff926376019851aa88e96b6039eea [diff] |
MIPS: lib: strncpy_user: Add EVA support In non-EVA mode, strncpy_from_user* aliases are used for the strncpy_from_kernel* symbols since the code is identical. In EVA mode, new strcpy_from_user* symbols are used which use the EVA specific instructions to load values from userspace. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>