]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: tables: Quiet ACPI table not found warning
authorDan Williams <dan.j.williams@intel.com>
Tue, 15 Feb 2022 18:54:23 +0000 (10:54 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Feb 2022 19:03:16 +0000 (20:03 +0100)
commit9f95515f6190a82df67aed0f99cfe914de5da4c0
tree7bc28429ec312e865b520937c23f41ff4ccf523c
parent61541caa89658fea194830baa7a6d9bd537331be
ACPI: tables: Quiet ACPI table not found warning

Paul reports that the ACPI core complains on every boot about a missing
CEDT table. Unlike the standard NUMA tables (SRAT, MADT, and SLIT) that
are critical to NUMA init, CEDT is only expected on CXL platforms. Given
the notice is not actionable lower its severity to debug.

Link: https://lore.kernel.org/r/55f5c077-061c-7e53-b02d-53dde1dd654f@molgen.mpg.de
Fixes: 7a2325bf8171 ("ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT")
Reported-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/tables.c