aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c
index 9bdbd10cb418..b1443ac07c00 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -109,6 +109,7 @@ static int __init disable_randmaps(char *s)
109__setup("norandmaps", disable_randmaps); 109__setup("norandmaps", disable_randmaps);
110 110
111unsigned long zero_pfn __read_mostly; 111unsigned long zero_pfn __read_mostly;
112unsigned long highest_memmap_pfn __read_mostly;
112 113
113/* 114/*
114 * CONFIG_MMU architectures set up ZERO_PAGE in their paging_init() 115 * CONFIG_MMU architectures set up ZERO_PAGE in their paging_init()