From: Leonid Yegoshin Date: Tue, 17 Dec 2013 15:20:24 +0000 (+0000) Subject: MIPS: asm: uaccess: Disable unaligned access macros for EVA X-Git-Tag: v3.15-rc1~125^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e900185b3ad75a04ee70ea291f71540e5f80e6;p=pandora-kernel.git 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 Signed-off-by: Markos Chandras --- Reading git-diff-tree failed