ACPI: tables: Print RINTC information when MADT is parsed
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 15 May 2023 05:49:11 +0000 (11:19 +0530)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 1 Jun 2023 15:44:59 +0000 (08:44 -0700)
commit4d02d88d2b922807307a3574a7b401dcccb870d1
treef0a2ddec9fee8dea62ad8b51d9ea7c21ef415e71
parentfbb995a7b27c72d83963bf43ed76dcaf0449a2a9
ACPI: tables: Print RINTC information when MADT is parsed

When MADT is parsed, print RINTC information as below:

ACPI: RISC-V INTC (acpi_uid[0x0000] hart_id[0x0] enabled)
ACPI: RISC-V INTC (acpi_uid[0x0001] hart_id[0x1] enabled)
...
ACPI: RISC-V INTC (acpi_uid[0x000f] hart_id[0xf] enabled)

This debug information will be very helpful during bring up.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20230515054928.2079268-5-sunilvl@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/acpi/tables.c