diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2014-03-10 23:04:11 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2014-03-24 10:08:08 -0400 |
commit | 66077edc972c1c8dc2cf08e96a956c2db9bd705c (patch) | |
tree | bd098b79548d0d4c0784e7d02844653fc59ab61f /drivers/iommu | |
parent | 46333e375f3228196e8cb741d817165f9793b46c (diff) |
iommu/vt-d: Finally enable translation for non-PCI devices
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/intel-iommu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index 0a8e166a57b0..a180f10a7b26 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c | |||
@@ -2907,9 +2907,6 @@ static int iommu_no_mapping(struct device *dev) | |||
2907 | { | 2907 | { |
2908 | int found; | 2908 | int found; |
2909 | 2909 | ||
2910 | if (unlikely(!dev_is_pci(dev))) | ||
2911 | return 1; | ||
2912 | |||
2913 | if (iommu_dummy(dev)) | 2910 | if (iommu_dummy(dev)) |
2914 | return 1; | 2911 | return 1; |
2915 | 2912 | ||