Commit 75e5b5fb778646a93d98adb1ca697435362d2856

Authored by Bob Moore
Committed by Andi Kleen
1 parent 19d0cfe9dd

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[];
include/acpi/actbl1.h
... ... @@ -311,6 +311,10 @@
311 311 u8 reserved[10];
312 312 };
313 313  
  314 +/* Flags */
  315 +
  316 +#define ACPI_DMAR_INTR_REMAP (1)
  317 +
314 318 /* DMAR subtable header */
315 319  
316 320 struct acpi_dmar_header {