aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-12 10:13:30 +0100
committerMark Brown <broonie@kernel.org>2014-10-12 10:13:30 +0100
commit1ebc0d9dae292e97a969699be7d74b0b71603977 (patch)
treef4f339729ad50a507a457272d706ae2ea7994693 /mm
parente84dcb80ef24eb9a2ac03506498e688fa7938718 (diff)
parentaea5b31b7df7526dcb07000a50d35f3df3e6c283 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
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 ebe0f285c0e7..8a6ab7be24b6 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()
*/