summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorRalf Baechle2013-09-05 20:54:00 +0200
committerRalf Baechle2013-09-05 20:54:00 +0200
commit356948f042c59d94dc6700455263b7739f09e6b0 (patch)
treedc4acdea069607d581596670d83bf576636bde59 /arch/mips/mm
parentMerge branch '3.11-fixes' into mips-for-linux-next (diff)
parentMIPS: kexec: Fix random crashes while loading crashkernel (diff)
downloadkernel-qcow2-linux-356948f042c59d94dc6700455263b7739f09e6b0.tar.gz
kernel-qcow2-linux-356948f042c59d94dc6700455263b7739f09e6b0.tar.xz
kernel-qcow2-linux-356948f042c59d94dc6700455263b7739f09e6b0.zip
Merge branch '3.11-fixes' into mips-for-linux-next
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 4e73f10a7519..e205ef598e97 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -254,6 +254,7 @@ void copy_from_user_page(struct vm_area_struct *vma,
SetPageDcacheDirty(page);
}
}
+EXPORT_SYMBOL_GPL(copy_from_user_page);
void __init fixrange_init(unsigned long start, unsigned long end,
pgd_t *pgd_base)