From: Markos Chandras Date: Tue, 3 Mar 2015 18:48:49 +0000 (+0000) Subject: MIPS: kernel: entry.S: Set correct ISA level for mips_ihb X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aebac99384f7a6d83a3dcd42bf2481eed2670083;p=pandora-kernel.git 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 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 --- Reading git-diff-tree failed