linux/arch/mips/include
Markos Chandras 5753762cbd MIPS: asm: spinlock: Replace "sub" instruction with "addiu"
"sub $reg, imm" is not a real MIPS instruction. The assembler can
replace that with "addi $reg, -imm". However, addi has been removed
from R6, so we replace the "sub" instruction with the "addiu" one.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
2015-02-17 15:37:23 +00:00
..
asm MIPS: asm: spinlock: Replace "sub" instruction with "addiu" 2015-02-17 15:37:23 +00:00
uapi/asm MIPS: mm: Add MIPS R6 instruction encodings 2015-02-16 14:02:50 +00:00