diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 1b0680cd84d2..562cf7a8f3ee 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -314,6 +314,11 @@ struct node_active_region { | |||
314 | }; | 314 | }; |
315 | #endif /* CONFIG_ARCH_POPULATES_NODE_MAP */ | 315 | #endif /* CONFIG_ARCH_POPULATES_NODE_MAP */ |
316 | 316 | ||
317 | #ifndef CONFIG_DISCONTIGMEM | ||
318 | /* The array of struct pages - for discontigmem use pgdat->lmem_map */ | ||
319 | extern struct page *mem_map; | ||
320 | #endif | ||
321 | |||
317 | /* | 322 | /* |
318 | * The pg_data_t structure is used in machines with CONFIG_DISCONTIGMEM | 323 | * The pg_data_t structure is used in machines with CONFIG_DISCONTIGMEM |
319 | * (mostly NUMA machines?) to denote a higher-level memory zone than the | 324 | * (mostly NUMA machines?) to denote a higher-level memory zone than the |