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

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

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 46333e37
......@@ -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;
......
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