aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/tlb.h
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2013-08-15 08:34:20 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2013-08-15 08:34:20 -0500
commit28d300d66aa0fd443a46d20553ea55c6baeac04e (patch)
treeb331e188b2512682f3f99813b5bee358578d67d9 /arch/arm/include/asm/tlb.h
parent6001813966b55a2cfcc7704513daec4cc9ba96d6 (diff)
parent798b1d99db1361c312d2845990fe4c80751bd640 (diff)
Merge 3.10.4-rt1 with linaro-no-preempt-rt
Diffstat (limited to 'arch/arm/include/asm/tlb.h')
-rw-r--r--arch/arm/include/asm/tlb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/tlb.h b/arch/arm/include/asm/tlb.h
index bdf2b8458ec1..46e7cfb3e721 100644
--- a/arch/arm/include/asm/tlb.h
+++ b/arch/arm/include/asm/tlb.h
@@ -204,6 +204,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)