diff options
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r-- | mm/bootmem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c index 9f4bbc5da73f..35b3cb667036 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c | |||
@@ -36,6 +36,8 @@ static LIST_HEAD(bdata_list); | |||
36 | unsigned long saved_max_pfn; | 36 | unsigned long saved_max_pfn; |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata; | ||
40 | |||
39 | /* return the number of _pages_ that will be allocated for the boot bitmap */ | 41 | /* return the number of _pages_ that will be allocated for the boot bitmap */ |
40 | unsigned long __init bootmem_bootmap_pages(unsigned long pages) | 42 | unsigned long __init bootmem_bootmap_pages(unsigned long pages) |
41 | { | 43 | { |