summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/memory.c1
-rw-r--r--mm/mmap.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 5afdb5b8d4e2..fbf74112de5b 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3365,6 +3365,7 @@ int handle_mm_fault(struct mm_struct *mm, struct vm_area_struct *vma,
3365 3365
3366 return ret; 3366 return ret;
3367} 3367}
3368EXPORT_SYMBOL_GPL(handle_mm_fault);
3368 3369
3369#ifndef __PAGETABLE_PUD_FOLDED 3370#ifndef __PAGETABLE_PUD_FOLDED
3370/* 3371/*
diff --git a/mm/mmap.c b/mm/mmap.c
index 0d84b2f86f3b..7b36aa7cc89a 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -2362,6 +2362,8 @@ find_extend_vma(struct mm_struct *mm, unsigned long addr)
2362} 2362}
2363#endif 2363#endif
2364 2364
2365EXPORT_SYMBOL_GPL(find_extend_vma);
2366
2365/* 2367/*
2366 * Ok - we have the memory areas we should free on the vma list, 2368 * Ok - we have the memory areas we should free on the vma list,
2367 * so release them, and do the vma updates. 2369 * so release them, and do the vma updates.