aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDong Aisheng <[email protected]>2021-06-28 19:42:30 -0700
committerLinus Torvalds <[email protected]>2021-06-29 10:53:55 -0700
commite47aa90568de326625b19d7bc872f8d70b0820b0 (patch)
tree94070224829527a17203d336b40c69c61822b830
parent777c00f5ede4fcb9ae49a2a957bec26d4d8f4c29 (diff)
mm/page_alloc: improve memmap_pages dbg msg
Make debug message more accurate. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Dong Aisheng <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-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);
}