commit | cd26cb41ece49ce0dd0f43d88f4d3386ca42a825 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Tue Jan 07 16:20:22 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:14 2014 +0100 |
tree | 8b19eb812d21611ef0e458dd59ef3159d6fcaec8 | |
parent | cf62a8b8134dd37ab365bfe8b972a7ebb1100110 [diff] |
MIPS: lib: memcpy: Add EVA support Add copy_{to,from,in}_user when the CPU operates in EVA mode. This is necessary so the EVA specific instructions can be used to perform the virtual to physical translation for user space addresses. We will use the non-EVA functions to read from kernel if needed. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>