diff --git a/[refs] b/[refs] index 17a5ece238c8..5429fb6623b1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1acf1ca7e906cf7453d76d76a6c953996295c220 +refs/heads/master: 722ace9dfb73a62bf78c2db619795cfc128fef5a diff --git a/trunk/include/asm-mips/smp.h b/trunk/include/asm-mips/smp.h index 5a4fad910d82..e14e4b69de21 100644 --- a/trunk/include/asm-mips/smp.h +++ b/trunk/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