diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 9ece07ce65b0..e089b92cdfff 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4040,9 +4040,7 @@ void __init set_dma_reserve(unsigned long new_dma_reserve) | |||
4040 | } | 4040 | } |
4041 | 4041 | ||
4042 | #ifndef CONFIG_NEED_MULTIPLE_NODES | 4042 | #ifndef CONFIG_NEED_MULTIPLE_NODES |
4043 | static bootmem_data_t contig_bootmem_data; | 4043 | struct pglist_data contig_page_data = { .bdata = &bootmem_node_data[0] }; |
4044 | struct pglist_data contig_page_data = { .bdata = &contig_bootmem_data }; | ||
4045 | |||
4046 | EXPORT_SYMBOL(contig_page_data); | 4044 | EXPORT_SYMBOL(contig_page_data); |
4047 | #endif | 4045 | #endif |
4048 | 4046 | ||