aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mipssim/sim_smp.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle1-123/+0
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-08-27[MIPS] SMP: Scatter __cpuinit over the code as needed.Ralf Baechle1-3/+3
MIPS doesn't do CPU hotplugging yet but since many of the functions don't even have an __init let's fix this right. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-07-10[MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code.Ralf Baechle1-0/+123
It shares no code at all. While at it also fix up the beginning bitrot. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>