From: Ralf Baechle Date: Wed, 24 May 2006 02:04:18 +0000 (+0100) Subject: [MIPS] Fix declaration of smp_prepare_cpus() platform hook. X-Git-Tag: v2.6.17-rc6~18 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=722ace9dfb73a62bf78c2db619795cfc128fef5a;p=linux-2.6-omap-h63xx.git [MIPS] Fix declaration of smp_prepare_cpus() platform hook. A while ago prom_prepare_cpus was replaced by plat_prepare_cpus but the declaration has stayed unchanged. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h index 5a4fad910d8..e14e4b69de2 100644 --- a/include/asm-mips/smp.h +++ b/include/asm-mips/smp.h @@ -85,9 +85,9 @@ extern void prom_init_secondary(void); extern void plat_smp_setup(void); /* - * Called after init_IRQ but before __cpu_up. + * Called in smp_prepare_cpus. */ -extern void prom_prepare_cpus(unsigned int max_cpus); +extern void plat_prepare_cpus(unsigned int max_cpus); /* * Last chance for the board code to finish SMP initialization before