|
@@ -52,40 +52,42 @@ extern void flush_hash_range(unsigned long number, int local);
|
|
extern void flush_hash_hugepage(unsigned long vsid, unsigned long addr,
|
|
extern void flush_hash_hugepage(unsigned long vsid, unsigned long addr,
|
|
pmd_t *pmdp, unsigned int psize, int ssize,
|
|
pmd_t *pmdp, unsigned int psize, int ssize,
|
|
unsigned long flags);
|
|
unsigned long flags);
|
|
-
|
|
|
|
-static inline void local_flush_tlb_mm(struct mm_struct *mm)
|
|
|
|
|
|
+static inline void hash__local_flush_tlb_mm(struct mm_struct *mm)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void flush_tlb_mm(struct mm_struct *mm)
|
|
|
|
|
|
+static inline void hash__flush_tlb_mm(struct mm_struct *mm)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void local_flush_tlb_page(struct vm_area_struct *vma,
|
|
|
|
- unsigned long vmaddr)
|
|
|
|
|
|
+static inline void hash__local_flush_tlb_page(struct vm_area_struct *vma,
|
|
|
|
+ unsigned long vmaddr)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void flush_tlb_page(struct vm_area_struct *vma,
|
|
|
|
- unsigned long vmaddr)
|
|
|
|
|
|
+static inline void hash__flush_tlb_page(struct vm_area_struct *vma,
|
|
|
|
+ unsigned long vmaddr)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void flush_tlb_page_nohash(struct vm_area_struct *vma,
|
|
|
|
- unsigned long vmaddr)
|
|
|
|
|
|
+static inline void hash__flush_tlb_page_nohash(struct vm_area_struct *vma,
|
|
|
|
+ unsigned long vmaddr)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void flush_tlb_range(struct vm_area_struct *vma,
|
|
|
|
- unsigned long start, unsigned long end)
|
|
|
|
|
|
+static inline void hash__flush_tlb_range(struct vm_area_struct *vma,
|
|
|
|
+ unsigned long start, unsigned long end)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void flush_tlb_kernel_range(unsigned long start,
|
|
|
|
- unsigned long end)
|
|
|
|
|
|
+static inline void hash__flush_tlb_kernel_range(unsigned long start,
|
|
|
|
+ unsigned long end)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+struct mmu_gather;
|
|
|
|
+extern void hash__tlb_flush(struct mmu_gather *tlb);
|
|
/* Private function for use by PCI IO mapping code */
|
|
/* Private function for use by PCI IO mapping code */
|
|
extern void __flush_hash_table_range(struct mm_struct *mm, unsigned long start,
|
|
extern void __flush_hash_table_range(struct mm_struct *mm, unsigned long start,
|
|
unsigned long end);
|
|
unsigned long end);
|