Commit 938c1282 authored by Markos Chandras's avatar Markos Chandras

MIPS: kernel: genex: Set correct ISA level

The jr instruction opcode has changed in R6 so make sure
the correct ISA level is set prior using that instruction.
Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
parent 8d5b9b77
...@@ -125,7 +125,7 @@ LEAF(__r4k_wait) ...@@ -125,7 +125,7 @@ LEAF(__r4k_wait)
nop nop
nop nop
#endif #endif
.set arch=r4000 .set MIPS_ISA_ARCH_LEVEL_RAW
wait wait
/* end of rollback region (the region size must be power of two) */ /* end of rollback region (the region size must be power of two) */
1: 1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment