diff options
Diffstat (limited to 'arch/x86/kernel/amd_iommu_init.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index 2a13e430437d..bb0280077a32 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
@@ -828,7 +828,7 @@ static int __init early_amd_iommu_detect(struct acpi_table_header *table) | |||
828 | 828 | ||
829 | void __init amd_iommu_detect(void) | 829 | void __init amd_iommu_detect(void) |
830 | { | 830 | { |
831 | if (swiotlb || no_iommu || iommu_detected) | 831 | if (swiotlb || no_iommu || (iommu_detected && !gart_iommu_aperture)) |
832 | return; | 832 | return; |
833 | 833 | ||
834 | if (acpi_table_parse("IVRS", early_amd_iommu_detect) == 0) { | 834 | if (acpi_table_parse("IVRS", early_amd_iommu_detect) == 0) { |