]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: asm: uaccess: Disable unaligned access macros for EVA
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Tue, 17 Dec 2013 15:20:24 +0000 (15:20 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:15 +0000 (23:09 +0100)
commit23183678179b591a5cab5c0dccc8f5a872a8acf9
tree2d4ecbcf68655506aaceefe64a5f3c27276360e9
parent51c61bd23612fe98eac6a5bc81b87b8c0fc86e18
MIPS: asm: uaccess: Disable unaligned access macros for EVA

ulb, ulh, ulw are macros which emulate unaligned access for MIPS.
However, no such macros exist for EVA mode, so the only way to do
EVA unaligned accesses is in the ADE exception handler. As a result
of which, disable these macros for EVA.

Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/include/asm/uaccess.h