[x86] the olpc config that was merged from the olpc port is a 2.6.30 config
[openwrt.git] / target / linux / generic-2.4 / patches / 115-branch_emul_fix.patch
1 --- a/arch/mips/kernel/branch.c
2 +++ b/arch/mips/kernel/branch.c
3 @@ -170,7 +170,7 @@ int __compute_return_epc(struct pt_regs 
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))