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