Skip to content

Commit

Permalink
MIPS: kernel: unaligned: Add support for the MIPS R6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonid Yegoshin authored and Markos Chandras committed Feb 17, 2015
1 parent acac410 commit 0593a44
Showing 1 changed file with 386 additions and 4 deletions.
Loading

0 comments on commit 0593a44

Please sign in to comment.