Commit 01cf158e authored by Thomas Gleixner's avatar Thomas Gleixner

Revert "iommu/vt-d: Take CONFIG_PCI_ATS into account"

This reverts commit 8986f223.

The proper fix is queued in Will's tree now
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 860aaaba
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment