aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/acpi
diff options
context:
space:
mode:
authorYang Zhang <yang.z.zhang@Intel.com>2013-04-16 10:36:05 +0200
committerJan Beulich <jbeulich@suse.com>2013-04-16 10:36:05 +0200
commit749bc93f7a1ad47640cc7876d27641e98a08bf61 (patch)
tree40656cd6c53c7bef820da4079397028e0ab5cb85 /xen/include/acpi
parent53fd1d8458de01169dfb56feb315f02c2b521a86 (diff)
downloadxen-749bc93f7a1ad47640cc7876d27641e98a08bf61.tar.gz
xen-749bc93f7a1ad47640cc7876d27641e98a08bf61.tar.bz2
xen-749bc93f7a1ad47640cc7876d27641e98a08bf61.zip
VTD: Remove the check for reserved device scope type
Though we only have four valid types now, the new type may be added in future. It's better to remove the check and only deal with the type that we can recognize. Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com> Signed-off-by: Xiantao Zhang <xiantao.zhang@Intel.com> Acked-by: Keir Fraser <keir@xen.org> Add log message for this case. Signed-off-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/acpi')
-rw-r--r--xen/include/acpi/actbl2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/acpi/actbl2.h b/xen/include/acpi/actbl2.h
index a28226ab11..87bc6b3f56 100644
--- a/xen/include/acpi/actbl2.h
+++ b/xen/include/acpi/actbl2.h
@@ -303,7 +303,6 @@ enum acpi_dmar_scope_type {
ACPI_DMAR_SCOPE_TYPE_BRIDGE = 2,
ACPI_DMAR_SCOPE_TYPE_IOAPIC = 3,
ACPI_DMAR_SCOPE_TYPE_HPET = 4,
- ACPI_DMAR_SCOPE_TYPE_RESERVED = 5 /* 5 and greater are reserved */
};
struct acpi_dmar_pci_path {