This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / smp.h
index 8ba370e..f0ef26b 100644 (file)
@@ -67,6 +67,11 @@ static inline int num_booting_cpus(void)
  */
 extern void core_send_ipi(int cpu, unsigned int action);
 
+/*
+ * Detect available CPUs, populate phys_cpu_present_map
+ */
+extern void prom_build_cpu_map(void);
+
 /*
  * Firmware CPU startup hook
  */
@@ -79,7 +84,7 @@ extern void prom_boot_secondary(int cpu, struct task_struct *idle);
 extern void prom_init_secondary(void);
 
 /*
- * Detect available CPUs, populate phys_cpu_present_map before smp_init
+ * Callout to firmware before smp_init
  */
 extern void prom_prepare_cpus(unsigned int max_cpus);