From: Jeff Mahoney Subject: [PATCH] mm: re-export handle_mm_fault for Mac On Linux Patch-mainline: probably never This patch reverts git commit 41f9dc5c871600f53c8912b2975971d2a11c1c25, which removed the handle_mm_fault export when spufs became a builtin. Mac On Linux requires this to be exported. Signed-off-by: Jeff Mahoney --- mm/memory.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memory.c +++ b/mm/memory.c @@ -2534,6 +2534,7 @@ int handle_mm_fault(struct mm_struct *mm return handle_pte_fault(mm, vma, address, pte, pmd, write_access); } +EXPORT_SYMBOL_GPL(handle_mm_fault); /* For MoL */ #ifndef __PAGETABLE_PUD_FOLDED /*