diff options
author | Bob Moore <robert.moore@intel.com> | 2008-06-10 02:19:32 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2008-07-16 17:27:04 -0400 |
commit | 75e5b5fb778646a93d98adb1ca697435362d2856 (patch) | |
tree | e3af60b87d4c68dcf5ad2518f3783fdd8c85774a /include/acpi/actbl1.h | |
parent | 19d0cfe9ddfdf7afa8d1765ab0bd2a7dd30e47c9 (diff) |
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>
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r-- | include/acpi/actbl1.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index dfb0fb577d97..d38f9be2f6ee 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -311,6 +311,10 @@ struct acpi_table_dmar { | |||
311 | u8 reserved[10]; | 311 | u8 reserved[10]; |
312 | }; | 312 | }; |
313 | 313 | ||
314 | /* Flags */ | ||
315 | |||
316 | #define ACPI_DMAR_INTR_REMAP (1) | ||
317 | |||
314 | /* DMAR subtable header */ | 318 | /* DMAR subtable header */ |
315 | 319 | ||
316 | struct acpi_dmar_header { | 320 | struct acpi_dmar_header { |