diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 59eca28b5ae2..c74a74ca401d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -587,7 +587,9 @@ unsigned long unmap_vmas(struct mmu_gather **tlb, struct mm_struct *mm, | |||
587 | struct vm_area_struct *start_vma, unsigned long start_addr, | 587 | struct vm_area_struct *start_vma, unsigned long start_addr, |
588 | unsigned long end_addr, unsigned long *nr_accounted, | 588 | unsigned long end_addr, unsigned long *nr_accounted, |
589 | struct zap_details *); | 589 | struct zap_details *); |
590 | void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *vma, | 590 | void free_pgd_range(struct mmu_gather **tlb, unsigned long addr, |
591 | unsigned long end, unsigned long floor, unsigned long ceiling); | ||
592 | void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *start_vma, | ||
591 | unsigned long floor, unsigned long ceiling); | 593 | unsigned long floor, unsigned long ceiling); |
592 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, | 594 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, |
593 | struct vm_area_struct *vma); | 595 | struct vm_area_struct *vma); |