|
@@ -92,7 +92,11 @@ static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long st
|
|
|
|
|
|
#endif
|
|
|
|
|
|
-#define flush_tlb_kernel_range(start, end) flush_tlb_all()
|
|
|
+static inline void flush_tlb_kernel_range(unsigned long start,
|
|
|
+ unsigned long end)
|
|
|
+{
|
|
|
+ flush_tlb_all();
|
|
|
+}
|
|
|
|
|
|
static inline void flush_tlb_pgtables(struct mm_struct *mm,
|
|
|
unsigned long start, unsigned long end)
|