ACPI: processor: Refine messages in acpi_early_processor_control_setup()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jul 2023 16:02:44 +0000 (18:02 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 20 Jul 2023 19:05:00 +0000 (21:05 +0200)
commit003e0694fcd3d51ee2d55dafb2def501f9965cbd
tree1750177239a8017257a2617054f28fbe09078007
parent11e7bf5629fa6a78b72a2b755c0a8f0bbd512593
ACPI: processor: Refine messages in acpi_early_processor_control_setup()

The source and meaning of the messages printed by
acpi_early_processor_control_setup() is unclear, so add a pr_fmt()
definition to acpi_processor.c and expand the messages to make it
clear that they are about CPUs.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Michal Wilczynski <michal.wilczynski@intel.com>
drivers/acpi/acpi_processor.c