10 #include <linux/module.h>
16 #include <asm/sections.h>
29 unsigned long bootmap_pages;
30 unsigned long start_pfn, end_pfn;
31 unsigned long bootmem_paddr;
52 NODE_DATA(nid)->node_start_pfn = start_pfn;
53 NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn;
62 free_bootmem_with_active_regions(nid, end_pfn);
74 sparse_memory_present_with_active_regions(nid);