diff options
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r-- | mm/bootmem.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c index 07aeb89e396e..01d5a4b3dd0c 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c | |||
@@ -34,14 +34,6 @@ unsigned long max_low_pfn; | |||
34 | unsigned long min_low_pfn; | 34 | unsigned long min_low_pfn; |
35 | unsigned long max_pfn; | 35 | unsigned long max_pfn; |
36 | 36 | ||
37 | #ifdef CONFIG_CRASH_DUMP | ||
38 | /* | ||
39 | * If we have booted due to a crash, max_pfn will be a very low value. We need | ||
40 | * to know the amount of memory that the previous kernel used. | ||
41 | */ | ||
42 | unsigned long saved_max_pfn; | ||
43 | #endif | ||
44 | |||
45 | bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata; | 37 | bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata; |
46 | 38 | ||
47 | static struct list_head bdata_list __initdata = LIST_HEAD_INIT(bdata_list); | 39 | static struct list_head bdata_list __initdata = LIST_HEAD_INIT(bdata_list); |