mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
iommu/vt-d: Finally enable translation for non-PCI devices
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
46333e375f
commit
66077edc97
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user