aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2021-06-28 19:42:30 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-06-29 10:53:55 -0700
commite47aa90568de326625b19d7bc872f8d70b0820b0 (patch)
tree94070224829527a17203d336b40c69c61822b830 /mm/page_alloc.c
parentmm: drop SECTION_SHIFT in code comments (diff)
downloadlinux-dev-e47aa90568de326625b19d7bc872f8d70b0820b0.tar.xz
linux-dev-e47aa90568de326625b19d7bc872f8d70b0820b0.zip
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>
Diffstat (limited to '')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index cfc4071310fb..2a306c34fda7 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7383,7 +7383,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat)
pr_debug(" %s zone: %lu pages used for memmap\n",
zone_names[j], memmap_pages);
} else
- pr_warn(" %s zone: %lu pages exceeds freesize %lu\n",
+ pr_warn(" %s zone: %lu memmap pages exceeds freesize %lu\n",
zone_names[j], memmap_pages, freesize);
}