From: Leonid Yegoshin Date: Tue, 28 Oct 2014 10:42:23 +0000 (+0000) Subject: MIPS: kernel: unaligned: Add support for the MIPS R6 X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0593a44c6403d0b2afdac94a261ad474719e8322;p=pandora-kernel.git MIPS: kernel: unaligned: Add support for the MIPS R6 The load/store unaligned instructions have been removed in MIPS R6 so we need to re-implement the related macros using the regular load/store instructions. Moreover, the load/store from coprocessor 2 instructions have been reallocated in Release 6 so we will handle them in the emulator instead. Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras --- Reading git-diff-tree failed