]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/iommu/amd_iommu_types.h
Merge tag 'for-linus' of git://github.com/realmz/blackfin-linux
[karo-tx-linux.git] / drivers / iommu / amd_iommu_types.h
index ec36cf63e0ca0a10c14c46fc610dfe3644795c4a..0285a215df162e18552d241ac753e0bd42c74600 100644 (file)
 #define PASID_MASK             0x000fffff
 
 /* MMIO status bits */
+#define MMIO_STATUS_EVT_INT_MASK       (1 << 1)
 #define MMIO_STATUS_COM_WAIT_INT_MASK  (1 << 2)
 #define MMIO_STATUS_PPR_INT_MASK       (1 << 6)
 
@@ -589,6 +590,7 @@ struct devid_map {
        struct list_head list;
        u8 id;
        u16 devid;
+       bool cmd_line;
 };
 
 /* Map HPET and IOAPIC ids to the devid used by the IOMMU */