From: David Daney <david.da...@cavium.com>

To be used in follow-on patch.

Signed-off-by: David Daney <david.da...@cavium.com>
---
 arch/arm64/include/asm/tlbflush.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/include/asm/tlbflush.h 
b/arch/arm64/include/asm/tlbflush.h
index 934815d..42c09ec 100644
--- a/arch/arm64/include/asm/tlbflush.h
+++ b/arch/arm64/include/asm/tlbflush.h
@@ -105,6 +105,13 @@ static inline void __flush_tlb_range(struct vm_area_struct 
*vma,
        dsb(ish);
 }
 
+static inline void flush_tlb_all_local(void)
+{
+       dsb(ishst);
+       asm("tlbi       vmalle1");
+       isb();
+}
+
 static inline void __flush_tlb_kernel_range(unsigned long start, unsigned long 
end)
 {
        unsigned long addr;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to