aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh64/tlbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh64/tlbflush.h')
-rw-r--r--include/asm-sh64/tlbflush.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh64/tlbflush.h b/include/asm-sh64/tlbflush.h
index e45beadc29e..16a164a2375 100644
--- a/include/asm-sh64/tlbflush.h
+++ b/include/asm-sh64/tlbflush.h
@@ -20,10 +20,6 @@ extern void flush_tlb_mm(struct mm_struct *mm);
extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
unsigned long end);
extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page);
-static inline void flush_tlb_pgtables(struct mm_struct *mm,
- unsigned long start, unsigned long end)
-{
-}
extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);