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 c41aabddaa2a..0d4581e602a4 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
@@ -1330,7 +1330,7 @@ static int __init early_amd_iommu_detect(struct acpi_table_header *table) | |||
1330 | 1330 | ||
1331 | void __init amd_iommu_detect(void) | 1331 | void __init amd_iommu_detect(void) |
1332 | { | 1332 | { |
1333 | if (swiotlb || no_iommu || (iommu_detected && !gart_iommu_aperture)) | 1333 | if (no_iommu || (iommu_detected && !gart_iommu_aperture)) |
1334 | return; | 1334 | return; |
1335 | 1335 | ||
1336 | if (acpi_table_parse("IVRS", early_amd_iommu_detect) == 0) { | 1336 | if (acpi_table_parse("IVRS", early_amd_iommu_detect) == 0) { |