aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/asm-eva.h
Commit message (Collapse)AuthorAge
* MIPS: asm: Add wrappers for EVA/non-EVA instructionsMarkos Chandras2014-03-26
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>