intel-iommu: Set a more specific taint flag for invalid BIOS DMAR tables
[safe/jmp/linux-2.6] / drivers / pci / intr_remapping.h
index c4a40b2..5662fec 100644 (file)
@@ -1,6 +1,17 @@
-#include "intel-iommu.h"
+#include <linux/intel-iommu.h>
 
 struct ioapic_scope {
        struct intel_iommu *iommu;
        unsigned int id;
+       unsigned int bus;       /* PCI bus number */
+       unsigned int devfn;     /* PCI devfn number */
 };
+
+struct hpet_scope {
+       struct intel_iommu *iommu;
+       u8 id;
+       unsigned int bus;
+       unsigned int devfn;
+};
+
+#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)