]> www.infradead.org Git - nvme.git/commit
ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init
authorHaibo Xu <haibo1.xu@intel.com>
Thu, 13 Jun 2024 08:54:36 +0000 (16:54 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 22 Jul 2024 14:13:09 +0000 (07:13 -0700)
commit5f76d4211ee44dcd9b2dc8a9065002bf8ecee81e
tree6d3541eafd307c9a4f5f528be8e5a42f8c9d4c94
parentadc3e82d253786a5b63c821108709de23317a90d
ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_init

There are lots of ACPI enabled systems that aren't NUMA and If the
firmware didn't provide the SRAT/SLIT, then there will be a message
"Failed to initialise from firmware" from arch_acpi_numa_init() which
adding noise to the boot on all of those kind of systems. Replace the
pr_info with pr_debug in arch_acpi_numa_init() to avoid it.

Suggested-by: Sunil V L <sunilvl@ventanamicro.com>
Signed-off-by: Haibo Xu <haibo1.xu@intel.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
Link: https://lore.kernel.org/r/109354315a02cd22145d2effa4a8c571b69d3e56.1718268003.git.haibo1.xu@intel.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/base/arch_numa.c