aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/page_alloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 161bcb711b30..d06f6e0f75aa 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,
2712 *end_pfn = max(*end_pfn, early_node_map[i].end_pfn); 2712 *end_pfn = max(*end_pfn, early_node_map[i].end_pfn);
2713 } 2713 }
2714 2714
2715 if (*start_pfn == -1UL) { 2715 if (*start_pfn == -1UL)
2716 printk(KERN_WARNING "Node %u active with no memory\n", nid);
2717 *start_pfn = 0; 2716 *start_pfn = 0;
2718 }
2719 2717
2720 /* Push the node boundaries out if requested */ 2718 /* Push the node boundaries out if requested */
2721 account_node_boundary(nid, start_pfn, end_pfn); 2719 account_node_boundary(nid, start_pfn, end_pfn);