diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-12-04 13:56:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 23:09:12 +0100 |
commit | 932449459522ef879c6d6a8fa707d801bdd8080e (patch) | |
tree | c6fda313508926c86529dfc09abc13a7b17c6fb8 /arch/mips/include/asm/asm.h | |
parent | 5b736cd243f942d474621a7521e08b34b8e4197b (diff) | |
download | op-kernel-dev-932449459522ef879c6d6a8fa707d801bdd8080e.zip op-kernel-dev-932449459522ef879c6d6a8fa707d801bdd8080e.tar.gz |
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>
Diffstat (limited to 'arch/mips/include/asm/asm.h')
-rw-r--r-- | arch/mips/include/asm/asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/asm.h b/arch/mips/include/asm/asm.h index b79be18a..b153e79 100644 --- a/arch/mips/include/asm/asm.h +++ b/arch/mips/include/asm/asm.h @@ -18,6 +18,7 @@ #define __ASM_ASM_H #include <asm/sgidefs.h> +#include <asm/asm-eva.h> #ifndef CAT #ifdef __STDC__ |