linux-stable/arch/mips/sibyte
Ralf Baechle 9b6695a8ad [MIPS] SMP: Fix initialization order bug.
A recent change requires cpu_possible_map to be initialized before
smp_sched_init() but most MIPS platforms were initializing their
processors in the prom_prepare_cpus callback of smp_prepare_cpus.  The
simple fix of calling prom_prepare_cpus from one of the earlier SMP
initialization hooks doesn't work well either since IPIs may require
init_IRQ() to have completed, so bit the bullet and split
prom_prepare_cpus into two initialization functions, plat_smp_setup
which is called early from setup_arch and plat_prepare_cpus called where
prom_prepare_cpus used to be called.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-02-27 17:30:36 +00:00
..
bcm1480 [MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.c 2006-02-21 16:58:23 +00:00
cfe [MIPS] SMP: Fix initialization order bug. 2006-02-27 17:30:36 +00:00
sb1250 [MIPS] Reformat to 80 columns. 2006-02-07 13:30:23 +00:00
swarm Use rtc_lock to protect RTC operations 2005-11-07 18:05:38 +00:00
Kconfig [MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_ 2006-02-21 16:58:23 +00:00