smp: move smp setup functions to kernel/smp.c
[deliverable/linux.git] / include / linux / smp.h
index 6dc95cac6b3dabc390ac271cca9a0e4fb16436ac..48159dd320d0386d2b6a9efaea57cce724749dec 100644 (file)
@@ -114,6 +114,8 @@ int on_each_cpu(smp_call_func_t func, void *info, int wait);
 void smp_prepare_boot_cpu(void);
 
 extern unsigned int setup_max_cpus;
+extern void __init setup_nr_cpu_ids(void);
+extern void __init smp_init(void);
 
 #else /* !SMP */
 
This page took 0.024561 seconds and 5 git commands to generate.