X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fsibyte%2Fcfe%2Fsmp.c;h=fada7042ed8241b3091026abc41033926a24e6b7;hb=6f71f83334a552167ccbbd42fe5dd979428c89e4;hp=73392190d2b17f7851f0d5ee9d004e1e7679c9c9;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/arch/mips/sibyte/cfe/smp.c b/arch/mips/sibyte/cfe/smp.c index 73392190d..fada7042e 100644 --- a/arch/mips/sibyte/cfe/smp.c +++ b/arch/mips/sibyte/cfe/smp.c @@ -28,10 +28,8 @@ * 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!