vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / sibyte / cfe / smp.c
index fada704..7339219 100644 (file)
  * Use CFE to find out how many CPUs are available, setting up
  * phys_cpu_present_map and the logical/physical mappings.
  * XXXKW will the boot CPU ever not be physical 0?
+ *
+ * Common setup before any secondaries are started
  */
-void __init prom_build_cpu_map(void)
+void __init prom_prepare_cpus(unsigned int max_cpus)
 {
        int i, num;
 
@@ -48,13 +50,6 @@ void __init prom_build_cpu_map(void)
        printk("Detected %i available secondary CPU(s)\n", num);
 }
 
-/*
- * Common setup before any secondaries are started
- */
-void prom_prepare_cpus(unsigned int max_cpus)
-{
-}
-
 /*
  * Setup the PC, SP, and GP of a secondary processor and start it
  * running!