diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-09-05 20:54:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-05 20:54:00 +0200 |
commit | 356948f042c59d94dc6700455263b7739f09e6b0 (patch) | |
tree | dc4acdea069607d581596670d83bf576636bde59 /arch/mips/mm | |
parent | Merge branch '3.11-fixes' into mips-for-linux-next (diff) | |
parent | MIPS: kexec: Fix random crashes while loading crashkernel (diff) | |
download | linux-356948f042c59d94dc6700455263b7739f09e6b0.tar.xz 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.c | 1 |
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) |