diff options
Diffstat (limited to 'include/asm-v850')
-rw-r--r-- | include/asm-v850/tlbflush.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-v850/tlbflush.h b/include/asm-v850/tlbflush.h index 5f2f85f636ea..c44aa64449c8 100644 --- a/include/asm-v850/tlbflush.h +++ b/include/asm-v850/tlbflush.h | |||
@@ -61,10 +61,4 @@ static inline void flush_tlb_kernel_page(unsigned long addr) | |||
61 | BUG (); | 61 | BUG (); |
62 | } | 62 | } |
63 | 63 | ||
64 | static inline void flush_tlb_pgtables(struct mm_struct *mm, | ||
65 | unsigned long start, unsigned long end) | ||
66 | { | ||
67 | BUG (); | ||
68 | } | ||
69 | |||
70 | #endif /* __V850_TLBFLUSH_H__ */ | 64 | #endif /* __V850_TLBFLUSH_H__ */ |