diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 07547febac7a..12bad27d66f8 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -53,6 +53,7 @@ | |||
53 | #include <video/edid.h> | 53 | #include <video/edid.h> |
54 | #include <asm/e820.h> | 54 | #include <asm/e820.h> |
55 | #include <asm/dma.h> | 55 | #include <asm/dma.h> |
56 | #include <asm/gart.h> | ||
56 | #include <asm/mpspec.h> | 57 | #include <asm/mpspec.h> |
57 | #include <asm/mmu_context.h> | 58 | #include <asm/mmu_context.h> |
58 | #include <asm/proto.h> | 59 | #include <asm/proto.h> |
@@ -335,6 +336,8 @@ void __init setup_arch(char **cmdline_p) | |||
335 | 336 | ||
336 | finish_e820_parsing(); | 337 | finish_e820_parsing(); |
337 | 338 | ||
339 | early_gart_iommu_check(); | ||
340 | |||
338 | e820_register_active_regions(0, 0, -1UL); | 341 | e820_register_active_regions(0, 0, -1UL); |
339 | /* | 342 | /* |
340 | * partially used pages are not usable - thus | 343 | * partially used pages are not usable - thus |