Commit 75e5b5fb778646a93d98adb1ca697435362d2856
Committed by
Andi Kleen
1 parent
19d0cfe9dd
Exists in
master
and in
7 other branches
ACPICA: Update disassembler for DMAR table changes
Now supports the 2007 intel Virtualization Technology for Directed I/O specification. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff
include/acpi/acdisasm.h
... | ... | @@ -162,6 +162,7 @@ |
162 | 162 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar_scope[]; |
163 | 163 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar0[]; |
164 | 164 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar1[]; |
165 | +extern struct acpi_dmtable_info acpi_dm_table_info_dmar2[]; | |
165 | 166 | extern struct acpi_dmtable_info acpi_dm_table_info_ecdt[]; |
166 | 167 | extern struct acpi_dmtable_info acpi_dm_table_info_einj[]; |
167 | 168 | extern struct acpi_dmtable_info acpi_dm_table_info_einj0[]; |