Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66077edc authored by David Woodhouse's avatar David Woodhouse
Browse files

iommu/vt-d: Finally enable translation for non-PCI devices

parent 46333e37
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2907,9 +2907,6 @@ static int iommu_no_mapping(struct device *dev)
{
	int found;

	if (unlikely(!dev_is_pci(dev)))
		return 1;

	if (iommu_dummy(dev))
		return 1;