aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/amd_iommu.c')
-rw-r--r--arch/x86/kernel/amd_iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c
index 0285521e0a99..66237fde758f 100644
--- a/arch/x86/kernel/amd_iommu.c
+++ b/arch/x86/kernel/amd_iommu.c
@@ -2110,8 +2110,8 @@ int __init amd_iommu_init_dma_ops(void)
2110 prealloc_protection_domains(); 2110 prealloc_protection_domains();
2111 2111
2112 iommu_detected = 1; 2112 iommu_detected = 1;
2113 force_iommu = 1;
2114 bad_dma_address = 0; 2113 bad_dma_address = 0;
2114 swiotlb = 0;
2115#ifdef CONFIG_GART_IOMMU 2115#ifdef CONFIG_GART_IOMMU
2116 gart_iommu_aperture_disabled = 1; 2116 gart_iommu_aperture_disabled = 1;
2117 gart_iommu_aperture = 0; 2117 gart_iommu_aperture = 0;