Add iprange (#1799)
[openwrt.git] / target / linux / generic-2.4 / patches / 115-branch_emul_fix.patch
1 --- linux.old/arch/mips/kernel/branch.c 2006-12-23 21:34:20.000000000 +0100
2 +++ linux.dev/arch/mips/kernel/branch.c 2007-01-24 18:05:34.000000000 +0100
3 @@ -170,7 +170,7 @@
4                 bit = (insn.i_format.rt >> 2);
5                 bit += (bit != 0);
6                 bit += 23;
7 -               switch (insn.i_format.rt) {
8 +               switch (insn.i_format.rt & 3) {
9                 case 0: /* bc1f */
10                 case 2: /* bc1fl */
11                         if (~fcr31 & (1 << bit))