From eea6b33619de304dc2ebeabe90c8edef91f21a05 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 24 May 2006 03:04:18 +0100 Subject: [PATCH] --- yaml --- r: 27124 b: refs/heads/master c: 722ace9dfb73a62bf78c2db619795cfc128fef5a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/smp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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