summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu_types.h
diff options
context:
space:
mode:
authorJoerg Roedel <joro@8bytes.org>2013-04-09 16:53:58 +0200
committerJoerg Roedel <joro@8bytes.org>2013-04-19 20:48:43 +0200
commit31cff67f6b00456cac8890e8fd97694cadc754b8 (patch)
tree08c174e51eda29bde33307bedd498d9323321261 /drivers/iommu/amd_iommu_types.h
parentd3da2200d0d6096e7c7f9a951cd23bc391403326 (diff)
iommu/amd: Extend IVRS special device data structure
This patch extends the devid_map data structure to allow ioapic and hpet entries in ivrs to be overridden on the kernel command line. Reviewed-by: Shuah Khan <shuahkhan@gmail.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'drivers/iommu/amd_iommu_types.h')
-rw-r--r--drivers/iommu/amd_iommu_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/amd_iommu_types.h b/drivers/iommu/amd_iommu_types.h
index 083f98c0488b..b81153fb9e60 100644
--- a/drivers/iommu/amd_iommu_types.h
+++ b/drivers/iommu/amd_iommu_types.h
@@ -592,6 +592,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 */