|
@@ -4841,15 +4841,6 @@ void __init set_dma_reserve(unsigned long new_dma_reserve)
|
|
|
dma_reserve = new_dma_reserve;
|
|
|
}
|
|
|
|
|
|
-#ifndef CONFIG_NEED_MULTIPLE_NODES
|
|
|
-struct pglist_data __refdata contig_page_data = {
|
|
|
-#ifndef CONFIG_NO_BOOTMEM
|
|
|
- .bdata = &bootmem_node_data[0]
|
|
|
-#endif
|
|
|
- };
|
|
|
-EXPORT_SYMBOL(contig_page_data);
|
|
|
-#endif
|
|
|
-
|
|
|
void __init free_area_init(unsigned long *zones_size)
|
|
|
{
|
|
|
free_area_init_node(0, zones_size,
|