diff options
Diffstat (limited to 'arch/x86_64/kernel/aperture.c')
-rw-r--r-- | arch/x86_64/kernel/aperture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/aperture.c b/arch/x86_64/kernel/aperture.c index 9ea723bab16c..a195ef06ec55 100644 --- a/arch/x86_64/kernel/aperture.c +++ b/arch/x86_64/kernel/aperture.c | |||
@@ -209,6 +209,7 @@ void __init iommu_hole_init(void) | |||
209 | if (!early_is_k8_nb(read_pci_config(0, num, 3, 0x00))) | 209 | if (!early_is_k8_nb(read_pci_config(0, num, 3, 0x00))) |
210 | continue; | 210 | continue; |
211 | 211 | ||
212 | iommu_detected = 1; | ||
212 | iommu_aperture = 1; | 213 | iommu_aperture = 1; |
213 | 214 | ||
214 | aper_order = (read_pci_config(0, num, 3, 0x90) >> 1) & 7; | 215 | aper_order = (read_pci_config(0, num, 3, 0x90) >> 1) & 7; |