aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r--drivers/pci/intel-iommu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c
index f23a02054bf7..c1c59a619650 100644
--- a/drivers/pci/intel-iommu.c
+++ b/drivers/pci/intel-iommu.c
@@ -1686,6 +1686,11 @@ static void __init iommu_prepare_gfx_mapping(void)
1686 printk(KERN_ERR "IOMMU: mapping reserved region failed\n"); 1686 printk(KERN_ERR "IOMMU: mapping reserved region failed\n");
1687 } 1687 }
1688} 1688}
1689#else /* !CONFIG_DMAR_GFX_WA */
1690static inline void iommu_prepare_gfx_mapping(void)
1691{
1692 return;
1693}
1689#endif 1694#endif
1690 1695
1691#ifdef CONFIG_DMAR_FLOPPY_WA 1696#ifdef CONFIG_DMAR_FLOPPY_WA