]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/bootmem.c
mm: move bootmem descriptors definition to a single place
[linux-2.6-omap-h63xx.git] / mm / bootmem.c
index 9f4bbc5da73fde70173527a2d9e18efe93528c72..35b3cb66703674a10fc46e1b3e16d625cf3fd0db 100644 (file)
@@ -36,6 +36,8 @@ static LIST_HEAD(bdata_list);
 unsigned long saved_max_pfn;
 #endif
 
+bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata;
+
 /* return the number of _pages_ that will be allocated for the boot bitmap */
 unsigned long __init bootmem_bootmap_pages(unsigned long pages)
 {