MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
[firefly-linux-kernel-4.4.55.git] / arch / mips / kernel / process.c
index 2f9fbeccadb76bf7444d631ddbd47a97f228ca72..fc537d1b649d516a1b7d879dd75239f74a39ff24 100644 (file)
@@ -289,6 +289,8 @@ static inline int is_jump_ins(union mips_instruction *ip)
                return 0;
        }
 
+       if (ip->j_format.opcode == mm_j32_op)
+               return 1;
        if (ip->j_format.opcode == mm_jal32_op)
                return 1;
        if (ip->r_format.opcode != mm_pool32a_op ||