summaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2016-03-23 21:39:21 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-04 21:53:31 -0400
commit3a9ca4d5f179b19919679171240e9ba3ea0c5df9 (patch)
tree48f209165d6e98566729aa463aa5ebc8728e16ef /include/acpi
parent138a95547ab04f5f9d49bfb12bd764f7a7edbcf4 (diff)
ACPICA: Headers: Update DMAR table for October 2014 I/O spec
ACPICA commit 454b2ea5f0c254e97612e15994f7d4734a7931ea Adds two flags to the DMAR table. Link: https://github.com/acpica/acpica/commit/454b2ea5 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/actbl2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index d6bd37758e33..c93dbadfc71d 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -404,7 +404,7 @@ struct acpi_table_dbgp {
404 * Version 1 404 * Version 1
405 * 405 *
406 * Conforms to "Intel Virtualization Technology for Directed I/O", 406 * Conforms to "Intel Virtualization Technology for Directed I/O",
407 * Version 2.2, Sept. 2013 407 * Version 2.3, October 2014
408 * 408 *
409 ******************************************************************************/ 409 ******************************************************************************/
410 410
@@ -418,6 +418,8 @@ struct acpi_table_dmar {
418/* Masks for Flags field above */ 418/* Masks for Flags field above */
419 419
420#define ACPI_DMAR_INTR_REMAP (1) 420#define ACPI_DMAR_INTR_REMAP (1)
421#define ACPI_DMAR_X2APIC_OPT_OUT (1<<1)
422#define ACPI_DMAR_X2APIC_MODE (1<<2)
421 423
422/* DMAR subtable header */ 424/* DMAR subtable header */
423 425