MIPS: SMP: Remove plat_smp_ops cpus_done method.
Nothing was using the method and there isn't any need for this hook. This leaves smp_cpus_done() empty for the moment. As suggested by Paul Bolle <pebolle@tiscali.nl>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -280,13 +280,6 @@ static void bmips_smp_finish(void)
|
||||
irq_enable_hazard();
|
||||
}
|
||||
|
||||
/*
|
||||
* Runs on CPU0 after all CPUs have been booted
|
||||
*/
|
||||
static void bmips_cpus_done(void)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* BMIPS5000 raceless IPIs
|
||||
*
|
||||
@@ -434,7 +427,6 @@ struct plat_smp_ops bmips43xx_smp_ops = {
|
||||
.boot_secondary = bmips_boot_secondary,
|
||||
.smp_finish = bmips_smp_finish,
|
||||
.init_secondary = bmips_init_secondary,
|
||||
.cpus_done = bmips_cpus_done,
|
||||
.send_ipi_single = bmips43xx_send_ipi_single,
|
||||
.send_ipi_mask = bmips43xx_send_ipi_mask,
|
||||
#ifdef CONFIG_HOTPLUG_CPU
|
||||
@@ -449,7 +441,6 @@ struct plat_smp_ops bmips5000_smp_ops = {
|
||||
.boot_secondary = bmips_boot_secondary,
|
||||
.smp_finish = bmips_smp_finish,
|
||||
.init_secondary = bmips_init_secondary,
|
||||
.cpus_done = bmips_cpus_done,
|
||||
.send_ipi_single = bmips5000_send_ipi_single,
|
||||
.send_ipi_mask = bmips5000_send_ipi_mask,
|
||||
#ifdef CONFIG_HOTPLUG_CPU
|
||||
|
Reference in New Issue
Block a user