aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/qemu/q-smp.c
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS] Qemu: Fix Symmetric Uniprocessor support.Atsushi Nemoto2007-03-191-0/+7
| | | | | | | | | | | | Might be useful for SMP debugging. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> [Rewritten Kconfig bits to deal better fit in the usual pattern of doing things - Ralf] Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] Symmetric Uniprocessor support for Qemu.Ralf Baechle2006-03-211-0/+48
SMP bits needed to builds and run an SMP kernel. While only a single processor is supported ATM it's still useful for some SMP debugging using Qemu. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>