generic-2.4: add ip6t_REJECT support
[oweals/openwrt.git] / target / linux / generic-2.4 / patches / 115-branch_emul_fix.patch
1 Index: linux-2.4.35.4/arch/mips/kernel/branch.c
2 ===================================================================
3 --- linux-2.4.35.4.orig/arch/mips/kernel/branch.c       2007-12-15 05:19:41.102763351 +0100
4 +++ linux-2.4.35.4/arch/mips/kernel/branch.c    2007-12-15 05:19:55.259570100 +0100
5 @@ -170,7 +170,7 @@
6                 bit = (insn.i_format.rt >> 2);
7                 bit += (bit != 0);
8                 bit += 23;
9 -               switch (insn.i_format.rt) {
10 +               switch (insn.i_format.rt & 3) {
11                 case 0: /* bc1f */
12                 case 2: /* bc1fl */
13                         if (~fcr31 & (1 << bit))