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, 3 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index c657ea0bd6aa..ba86ddaa2bb8 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -721,7 +721,9 @@ struct zap_details {
721 unsigned long truncate_count; /* Compare vm_truncate_count */ 721 unsigned long truncate_count; /* Compare vm_truncate_count */
722}; 722};
723 723
724struct page *vm_normal_page(struct vm_area_struct *, unsigned long, pte_t); 724struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr,
725 pte_t pte);
726
725unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, 727unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
726 unsigned long size, struct zap_details *); 728 unsigned long size, struct zap_details *);
727unsigned long unmap_vmas(struct mmu_gather **tlb, 729unsigned long unmap_vmas(struct mmu_gather **tlb,