]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.suse/suse-ppc32-mol-handle-mm-fault
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.suse / suse-ppc32-mol-handle-mm-fault
1 From: Jeff Mahoney <jeffm@suse.com>
2 Subject: [PATCH] mm: re-export handle_mm_fault for Mac On Linux
3 Patch-mainline: probably never
4
5 This patch reverts git commit 41f9dc5c871600f53c8912b2975971d2a11c1c25,
6 which removed the handle_mm_fault export when spufs became a builtin.
7
8 Mac On Linux requires this to be exported.
9
10 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
11
12 ---
13 mm/memory.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/mm/memory.c
17 +++ b/mm/memory.c
18 @@ -2766,6 +2766,7 @@ int handle_mm_fault(struct mm_struct *mm
19
20 return handle_pte_fault(mm, vma, address, pte, pmd, write_access);
21 }
22 +EXPORT_SYMBOL_GPL(handle_mm_fault); /* For MoL */
23
24 #ifndef __PAGETABLE_PUD_FOLDED
25 /*