projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
mm: move bootmem descriptors definition to a single place
[linux-2.6.git]
/
mm
/
bootmem.c
diff --git
a/mm/bootmem.c
b/mm/bootmem.c
index
9f4bbc5
..
35b3cb6
100644
(file)
--- a/
mm/bootmem.c
+++ b/
mm/bootmem.c
@@
-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)
{