diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 30fe668c2542..eae8387b6007 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -620,7 +620,9 @@ typedef struct pglist_data { | |||
620 | struct page_cgroup *node_page_cgroup; | 620 | struct page_cgroup *node_page_cgroup; |
621 | #endif | 621 | #endif |
622 | #endif | 622 | #endif |
623 | #ifndef CONFIG_NO_BOOTMEM | ||
623 | struct bootmem_data *bdata; | 624 | struct bootmem_data *bdata; |
625 | #endif | ||
624 | #ifdef CONFIG_MEMORY_HOTPLUG | 626 | #ifdef CONFIG_MEMORY_HOTPLUG |
625 | /* | 627 | /* |
626 | * Must be held any time you expect node_start_pfn, node_present_pages | 628 | * Must be held any time you expect node_start_pfn, node_present_pages |