Commit e1948107 authored by Haibo Xu's avatar Haibo Xu Committed by Rafael J. Wysocki

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/b9423c1dSigned-off-by: default avatarHaibo Xu <haibo1.xu@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent fe1c408d
...@@ -308,7 +308,7 @@ struct acpi_srat_rintc_affinity { ...@@ -308,7 +308,7 @@ struct acpi_srat_rintc_affinity {
u32 clock_domain; 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 */ #define ACPI_SRAT_RINTC_ENABLED (1) /* 00: Use affinity structure */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment