Revert "iommu/vt-d: Take CONFIG_PCI_ATS into account"
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Nov 2020 14:07:19 +0000 (15:07 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Nov 2020 14:07:19 +0000 (15:07 +0100)
This reverts commit 8986f223bd777a73119f5d593c15b4d630ff49bb.

The proper fix is queued in Will's tree now

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/iommu/intel/dmar.c

index bc9f4cf72240803764202c1d2b6e3fda46d941c7..b2e804473209d85c382384532df46226e03a8dc2 100644 (file)
@@ -335,9 +335,7 @@ static void  dmar_pci_bus_del_dev(struct dmar_pci_notify_info *info)
 
 static inline void vf_inherit_msi_domain(struct pci_dev *pdev)
 {
-#ifdef CONFIG_PCI_ATS
        dev_set_msi_domain(&pdev->dev, dev_get_msi_domain(&pdev->physfn->dev));
-#endif
 }
 
 static int dmar_pci_bus_notifier(struct notifier_block *nb,