Commit dd31bad2 authored by Tomas Krcka's avatar Tomas Krcka Committed by Andrew Morton

mm: be less noisy during memory hotplug

Turn a pr_info() into a pr_debug() to prevent dmesg spamming on systems
where memory hotplug is a frequent operation.

Link: https://lkml.kernel.org/r/20230323174349.35990-1-krckatom@amazon.deSigned-off-by: default avatarTomas Krcka <krckatom@amazon.de>
Suggested-by: default avatarJan H. Schönherr <jschoenh@amazon.de>
Acked-by: default avatarDavid Hildenbrand <david@redhat.com>
Reviewed-by: default avatarPasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 0173db4f
......@@ -1086,7 +1086,7 @@ void __ref memmap_init_zone_device(struct zone *zone,
compound_nr_pages(altmap, pfns_per_compound));
}
pr_info("%s initialised %lu pages in %ums\n", __func__,
pr_debug("%s initialised %lu pages in %ums\n", __func__,
nr_pages, jiffies_to_msecs(jiffies - start));
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment