diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index da91b7bf9986..30975ef48722 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -58,7 +58,7 @@ | |||
58 | #include <linux/swapops.h> | 58 | #include <linux/swapops.h> |
59 | #include <linux/elf.h> | 59 | #include <linux/elf.h> |
60 | 60 | ||
61 | #ifndef CONFIG_DISCONTIGMEM | 61 | #ifndef CONFIG_NEED_MULTIPLE_NODES |
62 | /* use the per-pgdat data instead for discontigmem - mbligh */ | 62 | /* use the per-pgdat data instead for discontigmem - mbligh */ |
63 | unsigned long max_mapnr; | 63 | unsigned long max_mapnr; |
64 | struct page *mem_map; | 64 | struct page *mem_map; |