aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-12 10:13:32 +0100
committerMark Brown <broonie@kernel.org>2014-10-12 10:13:32 +0100
commit70ee424869034f20d12d590daefe70062c40bb74 (patch)
tree6d25a81866e37d77d0b50698c5b1d9c6d787211a /mm
parentdb7bfa32bb32a27b39ea79e4abbb49255fb062e0 (diff)
parentaea5b31b7df7526dcb07000a50d35f3df3e6c283 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rt
Diffstat (limited to 'mm')
-rw-r--r--mm/memory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 912046cf9a3f..5ab544ff26f1 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -118,6 +118,8 @@ __setup("norandmaps", disable_randmaps);
unsigned long zero_pfn __read_mostly;
unsigned long highest_memmap_pfn __read_mostly;
+EXPORT_SYMBOL(zero_pfn);
+
/*
* CONFIG_MMU architectures set up ZERO_PAGE in their paging_init()
*/