Skip to content

Commit 0dc7e79

Browse files
miczyg1rafaeljw
authored andcommitted
ACPICA: Fix IVRS IVHD type 10h reserved field name
ACPICA commit 87a1ab2b2a63e28776261c48bdbae345f790d05d According to AMD IOMMU Specification Revision 3.05 the reserved field should be IOMMU Feature Reporting. Change the name of the field to the correct one. Link: acpica/acpica@87a1ab2b Signed-off-by: Michał Żygowski <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Erik Kaneda <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1f6239c commit 0dc7e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/actbl2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ struct acpi_ivrs_hardware_10 {
308308
u64 base_address; /* IOMMU control registers */
309309
u16 pci_segment_group;
310310
u16 info; /* MSI number and unit ID */
311-
u32 reserved;
311+
u32 feature_reporting;
312312
};
313313

314314
/* 0x11: I/O Virtualization Hardware Definition Block (IVHD) */

0 commit comments

Comments
 (0)