]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: processor: Downgrade Intel _OSC and _PDC messages to debug
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 18 Jun 2024 21:42:25 +0000 (16:42 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jun 2024 14:56:35 +0000 (16:56 +0200)
commitc7cfe9bfceb7a959f04d75a0fa805314bf2a0c6f
tree68d6ba3909624e24115e80ac3222c1b7da3ccd08
parent6ba59ff4227927d3a8530fc2973b80e94b54d58f
ACPI: processor: Downgrade Intel _OSC and _PDC messages to debug

Commit 95272641338a ("ACPI: processor: Use _OSC to convey OSPM processor
support information") introduced messages related to determining processor
support from the firmware.

The UUID 4077A616-290C-47BE-9EBD-D87058713953 and _PDC methods are
only used on Intel platforms, but all X86 platforms emit the messages.

Attempting to evaluate them and showing messages on which are used is
unnecessary for most users.  Downgrade the messages to debug instead.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://patch.msgid.link/20240618214225.50953-1-mario.limonciello@amd.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_processor.c