|
@@ -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);
|
|
*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;
|
|
*start_pfn = 0;
|
|
- }
|
|
|
|
|
|
|
|
/* Push the node boundaries out if requested */
|
|
/* Push the node boundaries out if requested */
|
|
account_node_boundary(nid, start_pfn, end_pfn);
|
|
account_node_boundary(nid, start_pfn, end_pfn);
|