]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/mm: Don't print out SRAT table information
authorLi RongQing <lirongqing@baidu.com>
Tue, 6 Aug 2024 12:08:23 +0000 (20:08 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Aug 2024 15:23:40 +0000 (17:23 +0200)
commit830a0d12943f53077b235f2a3caa8ab2b36475a3
tree91c31a81053bec3f1822cf10524ab814e726c135
parentcc31744a294584a36bf764a0ffa3255a8e69f036
x86/mm: Don't print out SRAT table information

This per CPU log is becoming longer with more and more CPUs in system,
which slows down the boot process due to the serializing nature of
printk().

The value of this information is dubious and it can be retrieved by lscpu
from user space if required..

Downgrade the printk() to pr_debug() so it is still accessible for debug
purposes.

[ tglx: Massaged changelog ]

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240806120823.17111-1-lirongqing@baidu.com
arch/x86/mm/srat.c