]> 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)
commit29ae7a160c89cc5333ce16d58d375513a9de8b0f
treed34136c29668c6ab03bd9ea29e8781b615803503
parentbee76e03286ed3295afe21d2b627e7eba818b4aa
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