diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c9710c9bbee2..736d8e1b6381 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4971,6 +4971,8 @@ void __paginginit free_area_init_node(int nid, unsigned long *zones_size, | |||
4971 | pgdat->node_start_pfn = node_start_pfn; | 4971 | pgdat->node_start_pfn = node_start_pfn; |
4972 | #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP | 4972 | #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP |
4973 | get_pfn_range_for_nid(nid, &start_pfn, &end_pfn); | 4973 | get_pfn_range_for_nid(nid, &start_pfn, &end_pfn); |
4974 | printk(KERN_INFO "Initmem setup node %d [mem %#010Lx-%#010Lx]\n", nid, | ||
4975 | (u64) start_pfn << PAGE_SHIFT, (u64) (end_pfn << PAGE_SHIFT) - 1); | ||
4974 | #endif | 4976 | #endif |
4975 | calculate_node_totalpages(pgdat, start_pfn, end_pfn, | 4977 | calculate_node_totalpages(pgdat, start_pfn, end_pfn, |
4976 | zones_size, zholes_size); | 4978 | zones_size, zholes_size); |