diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 85f7d1bea937..c3f6c39d41d0 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -592,7 +592,8 @@ int unmap_vmas(struct mmu_gather **tlbp, struct mm_struct *mm, | |||
592 | struct vm_area_struct *start_vma, unsigned long start_addr, | 592 | struct vm_area_struct *start_vma, unsigned long start_addr, |
593 | unsigned long end_addr, unsigned long *nr_accounted, | 593 | unsigned long end_addr, unsigned long *nr_accounted, |
594 | struct zap_details *); | 594 | struct zap_details *); |
595 | void clear_page_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end); | 595 | void free_pgtables(struct mmu_gather **tlb, struct vm_area_struct *vma, |
596 | unsigned long floor, unsigned long ceiling); | ||
596 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, | 597 | int copy_page_range(struct mm_struct *dst, struct mm_struct *src, |
597 | struct vm_area_struct *vma); | 598 | struct vm_area_struct *vma); |
598 | int zeromap_page_range(struct vm_area_struct *vma, unsigned long from, | 599 | int zeromap_page_range(struct vm_area_struct *vma, unsigned long from, |