diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 1 |
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 | ||
111 | unsigned long zero_pfn __read_mostly; | 111 | unsigned long zero_pfn __read_mostly; |
112 | unsigned 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() |