diff options
Diffstat (limited to 'drivers/pci/dmar.c')
-rw-r--r-- | drivers/pci/dmar.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c index e01ca4d6b3e6..0e98f6b6f515 100644 --- a/drivers/pci/dmar.c +++ b/drivers/pci/dmar.c | |||
@@ -614,8 +614,11 @@ void __init detect_intel_iommu(void) | |||
614 | #endif | 614 | #endif |
615 | #ifdef CONFIG_DMAR | 615 | #ifdef CONFIG_DMAR |
616 | if (ret && !no_iommu && !iommu_detected && !swiotlb && | 616 | if (ret && !no_iommu && !iommu_detected && !swiotlb && |
617 | !dmar_disabled) | 617 | !dmar_disabled) { |
618 | iommu_detected = 1; | 618 | iommu_detected = 1; |
619 | /* Make sure ACS will be enabled */ | ||
620 | pci_request_acs(); | ||
621 | } | ||
619 | #endif | 622 | #endif |
620 | } | 623 | } |
621 | early_acpi_os_unmap_memory(dmar_tbl, dmar_tbl_size); | 624 | early_acpi_os_unmap_memory(dmar_tbl, dmar_tbl_size); |