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 674736129b87..cafa8776a53d 100644 --- a/arch/ia64/mm/init.c +++ b/arch/ia64/mm/init.c | |||
@@ -606,7 +606,7 @@ mem_init (void) | |||
606 | kclist_add(&kcore_vmem, (void *)VMALLOC_START, VMALLOC_END-VMALLOC_START); | 606 | kclist_add(&kcore_vmem, (void *)VMALLOC_START, VMALLOC_END-VMALLOC_START); |
607 | kclist_add(&kcore_kernel, _stext, _end - _stext); | 607 | kclist_add(&kcore_kernel, _stext, _end - _stext); |
608 | 608 | ||
609 | for_each_pgdat(pgdat) | 609 | for_each_online_pgdat(pgdat) |
610 | if (pgdat->bdata->node_bootmem_map) | 610 | if (pgdat->bdata->node_bootmem_map) |
611 | totalram_pages += free_all_bootmem_node(pgdat); | 611 | totalram_pages += free_all_bootmem_node(pgdat); |
612 | 612 | ||