]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 25 Mar 2015 12:48:13 +0000 (13:48 +0100)
commitb6df1e7f246f37c39eb62dfdb2c02a599c8aea87
tree42cca9c95e8fe286840704960b5803c5d727dca2
parenta1eab6b36e15c6d1d059ec318af107d6b0ff1a59
MIPS: kernel: entry.S: Set correct ISA level for mips_ihb

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>
arch/mips/kernel/entry.S