aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/discontig.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/mm/discontig.c')
-rw-r--r--arch/ia64/mm/discontig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c
index ffee1ea00bb0..96d5fbfa44a4 100644
--- a/arch/ia64/mm/discontig.c
+++ b/arch/ia64/mm/discontig.c
@@ -444,7 +444,7 @@ void __init find_memory(void)
444 mem_data[node].min_pfn = ~0UL; 444 mem_data[node].min_pfn = ~0UL;
445 } 445 }
446 446
447 efi_memmap_walk(register_active_ranges, NULL); 447 efi_memmap_walk(filter_memory, register_active_ranges);
448 448
449 /* 449 /*
450 * Initialize the boot memory maps in reverse order since that's 450 * Initialize the boot memory maps in reverse order since that's