Skip to content

Commit

Permalink
[MIPS] Fix declaration of smp_prepare_cpus() platform hook.
Browse files Browse the repository at this point in the history
    
A while ago prom_prepare_cpus was replaced by plat_prepare_cpus but
the declaration has stayed unchanged.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 5, 2006
1 parent 1acf1ca commit 722ace9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-mips/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 722ace9

Please sign in to comment.