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)
commit932449459522ef879c6d6a8fa707d801bdd8080e
treec6fda313508926c86529dfc09abc13a7b17c6fb8
parent5b736cd243f942d474621a7521e08b34b8e4197b
MIPS: asm: Add wrappers for EVA/non-EVA instructions

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>
arch/mips/include/asm/asm-eva.h [new file with mode: 0644]
arch/mips/include/asm/asm.h
This page took 0.02443 seconds and 5 git commands to generate.