diff options
Diffstat (limited to 'arch/x86/kernel/head32.c')
| -rw-r--r-- | arch/x86/kernel/head32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index 538ec012b371..cf2ce063f65a 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include <linux/mm.h> | 10 | #include <linux/mm.h> |
| 11 | #include <linux/memblock.h> | 11 | #include <linux/memblock.h> |
| 12 | 12 | ||
| 13 | #include <asm/desc.h> | ||
| 13 | #include <asm/setup.h> | 14 | #include <asm/setup.h> |
| 14 | #include <asm/sections.h> | 15 | #include <asm/sections.h> |
| 15 | #include <asm/e820/api.h> | 16 | #include <asm/e820/api.h> |
| @@ -30,6 +31,9 @@ static void __init i386_default_early_setup(void) | |||
| 30 | asmlinkage __visible void __init i386_start_kernel(void) | 31 | asmlinkage __visible void __init i386_start_kernel(void) |
| 31 | { | 32 | { |
| 32 | cr4_init_shadow(); | 33 | cr4_init_shadow(); |
| 34 | |||
| 35 | idt_setup_early_handler(); | ||
| 36 | |||
| 33 | sanitize_boot_params(&boot_params); | 37 | sanitize_boot_params(&boot_params); |
| 34 | 38 | ||
| 35 | x86_early_init_platform_quirks(); | 39 | x86_early_init_platform_quirks(); |
