MIPS: asm: Add wrappers for EVA/non-EVA instructions
authorMarkos Chandras <markos.chandras@imgtec.com>
Wed, 4 Dec 2013 13:56:03 +0000 (13:56 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:12 +0000 (23:09 +0100)
EVA uses specific instructions for accessing user memory.
Instead of polluting the kernel with numerous #ifdef CONFIG_EVA
we add wrappers for all the instructions that need special
handling when EVA is enabled.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>

No differences found