|
@@ -549,6 +549,7 @@ static inline void local_flush_tlb_page(struct vm_area_struct *vma, unsigned lon
|
|
|
static inline void local_flush_tlb_kernel_page(unsigned long kaddr) { }
|
|
|
static inline void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) { }
|
|
|
static inline void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) { }
|
|
|
+static inline void local_flush_bp_all(void) { }
|
|
|
|
|
|
extern void flush_tlb_all(void);
|
|
|
extern void flush_tlb_mm(struct mm_struct *mm);
|
|
@@ -556,6 +557,7 @@ extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long uaddr);
|
|
|
extern void flush_tlb_kernel_page(unsigned long kaddr);
|
|
|
extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
|
|
|
extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
|
|
|
+extern void flush_bp_all(void);
|
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
|
|
#endif
|