commit | fe6d29095d4370bed3a525404c45bbd6aa7c191b | [log] [tgz] |
---|---|---|
author | David Daney <david.daney@cavium.com> | Fri May 24 20:54:09 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 01 15:10:57 2013 +0200 |
tree | 1e62d46be2642ce38dc3d59f49d19403c923e9f9 | |
parent | 74338805ec6869594d583535f941cb478c94dd73 [diff] |
MIPS: Don't try to decode microMIPS branch instructions where they cannot exist. In mm_isBranchInstr() we can short circuit the entire function if !cpu_has_mmips. Signed-off-by: David Daney <david.daney@cavium.com> Acked-by: Steven J. Hill <Steven.Hill@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5326/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>