aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 5c7f8f64f70e..f8071097302a 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -769,10 +769,8 @@ struct mm_walk {
769 769
770int walk_page_range(unsigned long addr, unsigned long end, 770int walk_page_range(unsigned long addr, unsigned long end,
771 struct mm_walk *walk); 771 struct mm_walk *walk);
772void free_pgd_range(struct mmu_gather **tlb, unsigned long addr, 772void free_pgd_range(struct mmu_gather *tlb, unsigned long addr,
773 unsigned long end, unsigned long floor, unsigned long ceiling); 773 unsigned long end, unsigned long floor, unsigned long ceiling);
774void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma,
775 unsigned long floor, unsigned long ceiling);
776int copy_page_range(struct mm_struct *dst, struct mm_struct *src, 774int copy_page_range(struct mm_struct *dst, struct mm_struct *src,
777 struct vm_area_struct *vma); 775 struct vm_area_struct *vma);
778void unmap_mapping_range(struct address_space *mapping, 776void unmap_mapping_range(struct address_space *mapping,