diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index f77299b0639e..f4363a38d079 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c | |||
@@ -212,21 +212,3 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus) | |||
212 | printk(KERN_INFO "CPU%d: ", 0); | 212 | printk(KERN_INFO "CPU%d: ", 0); |
213 | print_cpu_info(&cpu_data(0)); | 213 | print_cpu_info(&cpu_data(0)); |
214 | } | 214 | } |
215 | |||
216 | extern void impress_friends(void); | ||
217 | extern void smp_checks(void); | ||
218 | |||
219 | /* | ||
220 | * Finish the SMP boot. | ||
221 | */ | ||
222 | void __init native_smp_cpus_done(unsigned int max_cpus) | ||
223 | { | ||
224 | smpboot_restore_warm_reset_vector(); | ||
225 | |||
226 | Dprintk("Boot done.\n"); | ||
227 | |||
228 | impress_friends(); | ||
229 | smp_checks(); | ||
230 | setup_ioapic_dest(); | ||
231 | check_nmi_watchdog(); | ||
232 | } | ||