]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: be less noisy during memory hotplug
authorTomas Krcka <krckatom@amazon.de>
Thu, 23 Mar 2023 17:43:49 +0000 (17:43 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 28 Mar 2023 23:25:15 +0000 (16:25 -0700)
commit9c57ea06b72be21ea8562c213ae43ca951b16569
treed8cc0741922a25b4a652c3f4fb4c28d3c0cdb5ee
parentc83dcceafc187fbcf9d8d75fc9210c322f77808c
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.de
Signed-off-by: Tomas Krcka <krckatom@amazon.de>
Suggested-by: Jan H. Schönherr <jschoenh@amazon.de>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mm_init.c