diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-19 15:07:19 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-19 15:07:19 +0100 |
commit | 01cf158e48d2b5ce947430de5896c10f4f7c1822 (patch) | |
tree | 2bca9a97f6cbaba9c1f5067129f9929165c232e8 | |
parent | 860aaabac8235cfde10fe556aa82abbbe3117888 (diff) | |
download | lwn-01cf158e48d2b5ce947430de5896c10f4f7c1822.tar.gz lwn-01cf158e48d2b5ce947430de5896c10f4f7c1822.zip |
Revert "iommu/vt-d: Take CONFIG_PCI_ATS into account"
This reverts commit 8986f223bd777a73119f5d593c15b4d630ff49bb.
The proper fix is queued in Will's tree now
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | drivers/iommu/intel/dmar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iommu/intel/dmar.c b/drivers/iommu/intel/dmar.c index bc9f4cf72240..b2e804473209 100644 --- a/drivers/iommu/intel/dmar.c +++ b/drivers/iommu/intel/dmar.c @@ -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, |