Skip to content

Commit

Permalink
iommu/vt-d: Finally enable translation for non-PCI devices
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Mar 24, 2014
1 parent 46333e3 commit 66077ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/iommu/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 66077ed

Please sign in to comment.