diff options
Diffstat (limited to 'arch/x86_64/kernel/smpboot.c')
-rw-r--r-- | arch/x86_64/kernel/smpboot.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/kernel/smpboot.c b/arch/x86_64/kernel/smpboot.c index 582896f7d420..d29571e24953 100644 --- a/arch/x86_64/kernel/smpboot.c +++ b/arch/x86_64/kernel/smpboot.c | |||
@@ -1175,13 +1175,8 @@ int __cpuinit __cpu_up(unsigned int cpu) | |||
1175 | void __init smp_cpus_done(unsigned int max_cpus) | 1175 | void __init smp_cpus_done(unsigned int max_cpus) |
1176 | { | 1176 | { |
1177 | smp_cleanup_boot(); | 1177 | smp_cleanup_boot(); |
1178 | |||
1179 | #ifdef CONFIG_X86_IO_APIC | ||
1180 | setup_ioapic_dest(); | 1178 | setup_ioapic_dest(); |
1181 | #endif | ||
1182 | |||
1183 | check_nmi_watchdog(); | 1179 | check_nmi_watchdog(); |
1184 | |||
1185 | time_init_gtod(); | 1180 | time_init_gtod(); |
1186 | } | 1181 | } |
1187 | 1182 | ||