aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/qemu/q-smp.c
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-03-18 01:01:39 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-03-19 20:22:43 +0000
commit72ede9b18967e7a8a62a88f164f003193f6d891f (patch)
tree35131c340dd3e2321d994baafe707c99e2042727 /arch/mips/qemu/q-smp.c
parent[MIPS] VI: TRACE_IRQS_OFF clobbers $v0, so save & restore around call. (diff)
downloadlinux-dev-72ede9b18967e7a8a62a88f164f003193f6d891f.tar.xz
linux-dev-72ede9b18967e7a8a62a88f164f003193f6d891f.zip
[MIPS] Qemu: Fix Symmetric Uniprocessor support.
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>
Diffstat (limited to '')
-rw-r--r--arch/mips/qemu/q-smp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/qemu/q-smp.c b/arch/mips/qemu/q-smp.c
index 5a12354cd576..786bbfa214d1 100644
--- a/arch/mips/qemu/q-smp.c
+++ b/arch/mips/qemu/q-smp.c
@@ -46,3 +46,10 @@ void __init prom_prepare_cpus(unsigned int max_cpus)
void prom_boot_secondary(int cpu, struct task_struct *idle)
{
}
+
+void __init plat_smp_setup(void)
+{
+}
+void __init plat_prepare_cpus(unsigned int max_cpus)
+{
+}