diff options
Diffstat (limited to 'arch/ia64/mm/discontig.c')
-rw-r--r-- | arch/ia64/mm/discontig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index 6136a4c6df11..544dc420c65e 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
@@ -445,7 +445,7 @@ void __init find_memory(void) | |||
445 | mem_data[node].min_pfn = ~0UL; | 445 | mem_data[node].min_pfn = ~0UL; |
446 | } | 446 | } |
447 | 447 | ||
448 | efi_memmap_walk(register_active_ranges, NULL); | 448 | efi_memmap_walk(filter_memory, register_active_ranges); |
449 | 449 | ||
450 | /* | 450 | /* |
451 | * Initialize the boot memory maps in reverse order since that's | 451 | * Initialize the boot memory maps in reverse order since that's |
@@ -519,8 +519,6 @@ void show_mem(void) | |||
519 | 519 | ||
520 | printk(KERN_INFO "Mem-info:\n"); | 520 | printk(KERN_INFO "Mem-info:\n"); |
521 | show_free_areas(); | 521 | show_free_areas(); |
522 | printk(KERN_INFO "Free swap: %6ldkB\n", | ||
523 | nr_swap_pages<<(PAGE_SHIFT-10)); | ||
524 | printk(KERN_INFO "Node memory in pages:\n"); | 522 | printk(KERN_INFO "Node memory in pages:\n"); |
525 | for_each_online_pgdat(pgdat) { | 523 | for_each_online_pgdat(pgdat) { |
526 | unsigned long present; | 524 | unsigned long present; |