This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / sibyte / cfe / smp.c
index 7339219..fada704 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_prepare_cpus(unsigned int max_cpus)
+void __init prom_build_cpu_map(void)
 {
        int i, num;
 
@@ -50,6 +48,13 @@ void __init prom_prepare_cpus(unsigned int max_cpus)
        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!