mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02: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…
Reference in New Issue
Block a user