ACPI: tables: Print CORE_PIC information when MADT is parsed
authorHuacai Chen <chenhuacai@loongson.cn>
Wed, 2 Nov 2022 06:48:38 +0000 (14:48 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 3 Nov 2022 18:32:33 +0000 (19:32 +0100)
commit4125d10d5f7c157f587b041128066b105f4881a5
tree9c2cd97b12089a63234d6c73d48ca529d9757efb
parent30a0b95b1335e12efef89dd78518ed3e4a71a763
ACPI: tables: Print CORE_PIC information when MADT is parsed

When MADT is parsed, print CORE_PIC information as below:

ACPI: CORE PIC (processor_id[0x00] core_id[0x00] enabled)
ACPI: CORE PIC (processor_id[0x01] core_id[0x01] enabled)
...
ACPI: CORE PIC (processor_id[0xff] core_id[0xff] enabled)

This debug information will be very helpful to bring up early systems to
see if processor_id and core_id are matched or not as spec defined.

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/tables.c