012-mips_cpu_tlb.patch 388 B

123456789101112131415161718
  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. + case CPU_4KC:
  15. case CPU_4KEC:
  16. case CPU_24K:
  17. case CPU_34K: