From: Haibo Xu Date: Wed, 17 Jan 2024 13:17:35 +0000 (+0800) Subject: ACPICA: SRAT: Add dump and compiler support for RINTC affinity structure X-Git-Tag: io_uring-6.10-20240523~106^2~5^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e19481071d0afe3b05cbb6602d7a53599e3e8506;p=linux-2.6-block.git ACPICA: SRAT: Add dump and compiler support for RINTC affinity structure ACPICA commit b9423c1d35b072c8f2acf97a5842b9f144449eaa After adding RISC-V RINTC affinity structure definition, enable corresponding dump and compiler support. Link: https://github.com/acpica/acpica/commit/b9423c1d Signed-off-by: Haibo Xu Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h index e32149d605dc..8f775e3a08fd 100644 --- a/include/acpi/actbl3.h +++ b/include/acpi/actbl3.h @@ -308,7 +308,7 @@ struct acpi_srat_rintc_affinity { u32 clock_domain; }; -/* Flags for ACPI_SRAT_RINTC_AFFINITY */ +/* Flags for struct acpi_srat_rintc_affinity */ #define ACPI_SRAT_RINTC_ENABLED (1) /* 00: Use affinity structure */