ARM: mm: Transparent huge page support for LPAE systems.
[deliverable/linux.git] / arch / arm / include / asm / tlb.h
index 99a19512ee26e2e5d99135d21f10d8b99e606226..bdc62da2f212cb54e9a3ae5945d3b0e602305cdc 100644 (file)
@@ -223,6 +223,12 @@ static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp,
 #endif
 }
 
+static inline void
+tlb_remove_pmd_tlb_entry(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr)
+{
+       tlb_add_flush(tlb, addr);
+}
+
 #define pte_free_tlb(tlb, ptep, addr)  __pte_free_tlb(tlb, ptep, addr)
 #define pmd_free_tlb(tlb, pmdp, addr)  __pmd_free_tlb(tlb, pmdp, addr)
 #define pud_free_tlb(tlb, pudp, addr)  pud_free((tlb)->mm, pudp)
This page took 0.042028 seconds and 5 git commands to generate.