diff options
Diffstat (limited to 'arch/x86/kernel/setup_32.c')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 9c24b45b513c..51bdc0b1b72e 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -648,6 +648,8 @@ void __init setup_arch(char **cmdline_p) | |||
648 | 648 | ||
649 | dmi_scan_machine(); | 649 | dmi_scan_machine(); |
650 | 650 | ||
651 | io_delay_init();; | ||
652 | |||
651 | #ifdef CONFIG_X86_GENERICARCH | 653 | #ifdef CONFIG_X86_GENERICARCH |
652 | generic_apic_probe(); | 654 | generic_apic_probe(); |
653 | #endif | 655 | #endif |