aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
-rw-r--r--drivers/iommu/intel-iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index c2c07a4a7f21..b9d091157884 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -4234,7 +4234,7 @@ static struct iommu_ops intel_iommu_ops = {
4234 .pgsize_bitmap = INTEL_IOMMU_PGSIZES, 4234 .pgsize_bitmap = INTEL_IOMMU_PGSIZES,
4235}; 4235};
4236 4236
4237static void __devinit quirk_iommu_rwbf(struct pci_dev *dev) 4237static void quirk_iommu_rwbf(struct pci_dev *dev)
4238{ 4238{
4239 /* 4239 /*
4240 * Mobile 4 Series Chipset neglects to set RWBF capability, 4240 * Mobile 4 Series Chipset neglects to set RWBF capability,
@@ -4262,7 +4262,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x2a40, quirk_iommu_rwbf);
4262#define GGC_MEMORY_SIZE_3M_VT (0xa << 8) 4262#define GGC_MEMORY_SIZE_3M_VT (0xa << 8)
4263#define GGC_MEMORY_SIZE_4M_VT (0xb << 8) 4263#define GGC_MEMORY_SIZE_4M_VT (0xb << 8)
4264 4264
4265static void __devinit quirk_calpella_no_shadow_gtt(struct pci_dev *dev) 4265static void quirk_calpella_no_shadow_gtt(struct pci_dev *dev)
4266{ 4266{
4267 unsigned short ggc; 4267 unsigned short ggc;
4268 4268