diff options
Diffstat (limited to 'arch/x86/kernel/head32.c')
-rw-r--r-- | arch/x86/kernel/head32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index 2911ef3a9f1c..d784bb547a9d 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c | |||
@@ -34,6 +34,8 @@ asmlinkage __visible void __init i386_start_kernel(void) | |||
34 | cr4_init_shadow(); | 34 | cr4_init_shadow(); |
35 | sanitize_boot_params(&boot_params); | 35 | sanitize_boot_params(&boot_params); |
36 | 36 | ||
37 | x86_early_init_platform_quirks(); | ||
38 | |||
37 | /* Call the subarch specific early setup function */ | 39 | /* Call the subarch specific early setup function */ |
38 | switch (boot_params.hdr.hardware_subarch) { | 40 | switch (boot_params.hdr.hardware_subarch) { |
39 | case X86_SUBARCH_INTEL_MID: | 41 | case X86_SUBARCH_INTEL_MID: |