aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm/pgtable.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-05-13 12:11:42 +0200
committerMichal Simek <monstr@monstr.eu>2010-05-13 12:11:42 +0200
commitee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b (patch)
tree3dd2ae05fbf33960e5ed2b725e5ebe0bcbe3ed60 /arch/microblaze/mm/pgtable.c
parentmicroblaze: Remove powerpc code from Microblaze port (diff)
downloadlinux-dev-ee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b.tar.xz
linux-dev-ee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b.zip
microblaze: export assembly functions used by modules
Export __strncpy_user, memory_size, ioremap_bot for modules. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to '')
-rw-r--r--arch/microblaze/mm/pgtable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/mm/pgtable.c b/arch/microblaze/mm/pgtable.c
index 784557fb28cf..59bf2335a4ce 100644
--- a/arch/microblaze/mm/pgtable.c
+++ b/arch/microblaze/mm/pgtable.c
@@ -42,6 +42,7 @@
unsigned long ioremap_base;
unsigned long ioremap_bot;
+EXPORT_SYMBOL(ioremap_bot);
/* The maximum lowmem defaults to 768Mb, but this can be configured to
* another value.