aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 6793b9c68107..0e4eea10c7b0 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -993,6 +993,7 @@ unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
993 tlb_finish_mmu(tlb, address, end); 993 tlb_finish_mmu(tlb, address, end);
994 return end; 994 return end;
995} 995}
996EXPORT_SYMBOL_GPL(zap_page_range);
996 997
997/** 998/**
998 * zap_vma_ptes - remove ptes mapping the vma 999 * zap_vma_ptes - remove ptes mapping the vma
@@ -1110,6 +1111,7 @@ no_page_table:
1110 } 1111 }
1111 return page; 1112 return page;
1112} 1113}
1114EXPORT_SYMBOL_GPL(follow_page);
1113 1115
1114/* Can we do the FOLL_ANON optimization? */ 1116/* Can we do the FOLL_ANON optimization? */
1115static inline int use_zero_page(struct vm_area_struct *vma) 1117static inline int use_zero_page(struct vm_area_struct *vma)