Add the Arm SPE interrupt to acpidump
To support the Arm Statistical Profiling Extension (SPE) ACPI 6.3 added a place to hold the SPE interrupt. Add to acpidump to show when printing the Arm Generic Interrupt data. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
303d3ae7e8
commit
c363da4ae8
@ -556,6 +556,7 @@ acpi_print_madt(ACPI_SUBTABLE_HEADER *mp)
|
||||
(uintmax_t)gicc->GicrBaseAddress);
|
||||
printf("\tMPIDR=%jx\n", (uintmax_t)gicc->ArmMpidr);
|
||||
printf("\tEfficency Class=%d\n", (u_int)gicc->EfficiencyClass);
|
||||
printf("\tSPE INTR=%d\n", gicc->SpeInterrupt);
|
||||
break;
|
||||
case ACPI_MADT_TYPE_GENERIC_DISTRIBUTOR:
|
||||
gicd = (ACPI_MADT_GENERIC_DISTRIBUTOR *)mp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user