Fix IP22 timer calibration.
[linux-2.6/linux-mips.git] / include / asm-mips64 / tlb.h
blob9376fd6fffc9a06fd133f4dec7d8e35c721d0917
1 #ifndef __ASM_TLB_H
2 #define __ASM_TLB_H
4 /*
5 * MIPS doesn't need any special per-pte or per-vma handling..
6 */
7 #define tlb_start_vma(tlb, vma) do { } while (0)
8 #define tlb_end_vma(tlb, vma) do { } while (0)
9 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
12 * .. because we flush the whole mm when it fills up.
14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
16 #include <asm-generic/tlb.h>
18 #endif /* __ASM_TLB_H */