012-mips_cpu_tlb.patch 530 B

1234567891011121314151617181920
  1. Index: linux-2.6.21.7/arch/mips/mm/tlbex.c
  2. ===================================================================
  3. --- linux-2.6.21.7.orig/arch/mips/mm/tlbex.c
  4. +++ linux-2.6.21.7/arch/mips/mm/tlbex.c
  5. @@ -887,7 +887,6 @@ static __init void build_tlb_write_entry
  6. case CPU_R10000:
  7. case CPU_R12000:
  8. case CPU_R14000:
  9. - case CPU_4KC:
  10. case CPU_SB1:
  11. case CPU_SB1A:
  12. case CPU_4KSC:
  13. @@ -915,6 +914,7 @@ static __init void build_tlb_write_entry
  14. tlbw(p);
  15. break;
  16. + case CPU_4KC:
  17. case CPU_4KEC:
  18. case CPU_24K:
  19. case CPU_34K: