The patch titled populated_map: fix !NUMA case, remove comment has been removed from the -mm tree. Its filename was add-populated_map-to-account-for-memoryless-nodes-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: populated_map: fix !NUMA case, remove comment From: Nishanth Aravamudan <nacc@xxxxxxxxxx> populated_map needs to be consistent in both the NUMA and !NUMA cases to fix hugepage allocation with empty nodes. Assume the one node in the !NUMA case is populated. Remove a comment that would only increase the maintenance burden. Signed-off-by: Nishanth Aravamudan <nacc@xxxxxxxxxx> Cc: Lee Schermerhorn <lee.schermerhorn@xxxxxx> Cc: Anton Blanchard <anton@xxxxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -puN mm/page_alloc.c~add-populated_map-to-account-for-memoryless-nodes-fix mm/page_alloc.c --- a/mm/page_alloc.c~add-populated_map-to-account-for-memoryless-nodes-fix +++ a/mm/page_alloc.c @@ -1971,10 +1971,6 @@ static void build_zonelists(pg_data_t *p build_zonelists_in_zone_order(pgdat, j); } - /* - * record populated zones for use when INTERLEAVE'ing or using - * GFP_THISNODE - */ if (pgdat->node_present_pages) node_set_populated(local_node); } @@ -2038,6 +2034,8 @@ static void build_zonelists(pg_data_t *p zonelist->zones[j] = NULL; } + + node_set_populated(local_node); } /* non-NUMA variant of zonelist performance cache - just NULL zlcache_ptr */ _ Patches currently in -mm which might be from nacc@xxxxxxxxxx are hugetlb-remove-unnecessary-nid-initialization.patch add-populated_map-to-account-for-memoryless-nodes-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html