diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 161bcb711b306ac6a843d6f3f4f29f08de43c86f..d06f6e0f75aa9e52c6e5ebaeb84dcf29bc9dd044 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -2712,10 +2712,8 @@ void __meminit get_pfn_range_for_nid(unsigned int nid, *end_pfn = max(*end_pfn, early_node_map[i].end_pfn); } - if (*start_pfn == -1UL) { - printk(KERN_WARNING "Node %u active with no memory\n", nid); + if (*start_pfn == -1UL) *start_pfn = 0; - } /* Push the node boundaries out if requested */ account_node_boundary(nid, start_pfn, end_pfn);