提交 3a9ca4d5 编写于 作者: B Bob Moore 提交者: Rafael J. Wysocki

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/454b2ea5Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 138a9554
...@@ -404,7 +404,7 @@ struct acpi_table_dbgp { ...@@ -404,7 +404,7 @@ struct acpi_table_dbgp {
* Version 1 * Version 1
* *
* Conforms to "Intel Virtualization Technology for Directed I/O", * Conforms to "Intel Virtualization Technology for Directed I/O",
* Version 2.2, Sept. 2013 * Version 2.3, October 2014
* *
******************************************************************************/ ******************************************************************************/
...@@ -418,6 +418,8 @@ struct acpi_table_dmar { ...@@ -418,6 +418,8 @@ struct acpi_table_dmar {
/* Masks for Flags field above */ /* Masks for Flags field above */
#define ACPI_DMAR_INTR_REMAP (1) #define ACPI_DMAR_INTR_REMAP (1)
#define ACPI_DMAR_X2APIC_OPT_OUT (1<<1)
#define ACPI_DMAR_X2APIC_MODE (1<<2)
/* DMAR subtable header */ /* DMAR subtable header */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册