diff options
Diffstat (limited to 'arch/ia64/mm/init.c')
-rw-r--r-- | arch/ia64/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c index f8a4f38b0ad5..d141f7ea0be5 100644 --- a/arch/ia64/mm/init.c +++ b/arch/ia64/mm/init.c | |||
@@ -622,7 +622,7 @@ mem_init (void) | |||
622 | 622 | ||
623 | for_each_online_pgdat(pgdat) | 623 | for_each_online_pgdat(pgdat) |
624 | if (pgdat->bdata->node_bootmem_map) | 624 | if (pgdat->bdata->node_bootmem_map) |
625 | totalram_pages += free_all_bootmem_node(pgdat); | 625 | free_all_bootmem_node(pgdat); |
626 | 626 | ||
627 | reserved_pages = 0; | 627 | reserved_pages = 0; |
628 | efi_memmap_walk(count_reserved_pages, &reserved_pages); | 628 | efi_memmap_walk(count_reserved_pages, &reserved_pages); |