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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index d2948af126ca..ffcce9bf2b54 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -906,7 +906,7 @@ int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address,
906 unsigned long size); 906 unsigned long size);
907unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address, 907unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
908 unsigned long size, struct zap_details *); 908 unsigned long size, struct zap_details *);
909unsigned long unmap_vmas(struct mmu_gather **tlb, 909unsigned long unmap_vmas(struct mmu_gather *tlb,
910 struct vm_area_struct *start_vma, unsigned long start_addr, 910 struct vm_area_struct *start_vma, unsigned long start_addr,
911 unsigned long end_addr, unsigned long *nr_accounted, 911 unsigned long end_addr, unsigned long *nr_accounted,
912 struct zap_details *); 912 struct zap_details *);