]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: memcpy: Add EVA support
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 7 Jan 2014 16:20:22 +0000 (16:20 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:14 +0000 (23:09 +0100)
commit515488eef71677a29ea1309856632b5347a37e7c
tree8b19eb812d21611ef0e458dd59ef3159d6fcaec8
parent297fe4ad1503a1c0c4f17a6f1b9677c98b5898d5
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>
arch/mips/kernel/mips_ksyms.c
arch/mips/lib/memcpy.S