Skip to content

Commit e47aa90

Browse files
Dong Aishengtorvalds
authored andcommitted
mm/page_alloc: improve memmap_pages dbg msg
Make debug message more accurate. Link: https://lkml.kernel.org/r/20210531091908.1738465-6-aisheng.dong@nxp.com Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 777c00f commit e47aa90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/page_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7383,7 +7383,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat)
73837383
pr_debug(" %s zone: %lu pages used for memmap\n",
73847384
zone_names[j], memmap_pages);
73857385
} else
7386-
pr_warn(" %s zone: %lu pages exceeds freesize %lu\n",
7386+
pr_warn(" %s zone: %lu memmap pages exceeds freesize %lu\n",
73877387
zone_names[j], memmap_pages, freesize);
73887388
}
73897389

0 commit comments

Comments
 (0)