MIPS: kernel: entry.S: Set correct ISA level for mips_ihb
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 3 Mar 2015 18:48:49 +0000 (18:48 +0000)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:12:34 +0000 (19:12 -0400)
commit3749ec1e51611c4188c54cf2f4d516660fd857a7
tree5412ca97e786b803daa561281d7cbb96833c5d12
parenta23817cb37984c581bacaf1506153f7410b028eb
MIPS: kernel: entry.S: Set correct ISA level for mips_ihb

[ Upstream commit aebac99384f7a6d83a3dcd42bf2481eed2670083 ]

Commit 6ebb496ffc7e("MIPS: kernel: entry.S: Add MIPS R6 related
definitions") added the MIPSR6 definition but it did not update the
ISA level of the actual assembly code so a pre-MIPSR6 jr.hb instruction
was generated instead. Fix this by using the MISP_ISA_LEVEL_RAW macro.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Fixes: 6ebb496ffc7e("MIPS: kernel: entry.S: Add MIPS R6 related definitions")
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9386/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/mips/kernel/entry.S