[rb532] remove 2.6.27 we did not use it and went to 2.6.28 directly
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.24 / 012-mips_cpu_tlb.patch
1 --- a/arch/mips/mm/tlbex.c
2 +++ b/arch/mips/mm/tlbex.c
3 @@ -902,7 +902,6 @@ static __init void build_tlb_write_entry
4         case CPU_R10000:
5         case CPU_R12000:
6         case CPU_R14000:
7 -       case CPU_4KC:
8         case CPU_SB1:
9         case CPU_SB1A:
10         case CPU_4KSC:
11 @@ -935,6 +934,7 @@ static __init void build_tlb_write_entry
12                 tlbw(p);
13                 break;
14  
15 +       case CPU_4KC:
16         case CPU_4KEC:
17         case CPU_24K:
18         case CPU_34K: