mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
acpidump: add GIC ITS srat type
From ACPI 6.2, 5.2.16.5 MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
340c00225f
commit
cebb7b191c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321299
@ -1115,7 +1115,8 @@ static const char *srat_types[] = {
|
||||
[ACPI_SRAT_TYPE_CPU_AFFINITY] = "CPU",
|
||||
[ACPI_SRAT_TYPE_MEMORY_AFFINITY] = "Memory",
|
||||
[ACPI_SRAT_TYPE_X2APIC_CPU_AFFINITY] = "X2APIC",
|
||||
[ACPI_SRAT_TYPE_GICC_AFFINITY] = "GICC"
|
||||
[ACPI_SRAT_TYPE_GICC_AFFINITY] = "GICC",
|
||||
[ACPI_SRAT_TYPE_GIC_ITS_AFFINITY] = "GIC ITS",
|
||||
};
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user