diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 30d94d1d5f5f..ec976edf0399 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -311,6 +311,8 @@ void __init setup_arch(char **cmdline_p) | |||
311 | 311 | ||
312 | dmi_scan_machine(); | 312 | dmi_scan_machine(); |
313 | 313 | ||
314 | io_delay_init(); | ||
315 | |||
314 | #ifdef CONFIG_SMP | 316 | #ifdef CONFIG_SMP |
315 | /* setup to use the static apicid table during kernel startup */ | 317 | /* setup to use the static apicid table during kernel startup */ |
316 | x86_cpu_to_apicid_ptr = (void *)&x86_cpu_to_apicid_init; | 318 | x86_cpu_to_apicid_ptr = (void *)&x86_cpu_to_apicid_init; |