diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/mm/init.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/mm/init.c b/arch/x86_64/mm/init.c index 5659d979316d..b6a826d6c182 100644 --- a/arch/x86_64/mm/init.c +++ b/arch/x86_64/mm/init.c | |||
@@ -411,11 +411,6 @@ void __init mem_init(void) | |||
411 | #ifdef CONFIG_NUMA | 411 | #ifdef CONFIG_NUMA |
412 | totalram_pages = numa_free_all_bootmem(); | 412 | totalram_pages = numa_free_all_bootmem(); |
413 | #else | 413 | #else |
414 | |||
415 | #ifdef CONFIG_FLATMEM | ||
416 | max_mapnr = end_pfn; | ||
417 | if (!mem_map) BUG(); | ||
418 | #endif | ||
419 | totalram_pages = free_all_bootmem(); | 414 | totalram_pages = free_all_bootmem(); |
420 | #endif | 415 | #endif |
421 | reservedpages = end_pfn - totalram_pages - e820_hole_size(0, end_pfn); | 416 | reservedpages = end_pfn - totalram_pages - e820_hole_size(0, end_pfn); |