]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: kernel: unaligned: Add support for the MIPS R6
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Tue, 28 Oct 2014 10:42:23 +0000 (10:42 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:28 +0000 (15:37 +0000)
commit32af95980af0bc4b5b11ae647f97b193af54ae69
treed34136c29668c6ab03bd9ea29e8781b615803503
parent15a7471264a07e2e2375d1b8247afb4cb99ec42d
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 <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/unaligned.c