From ff86987ee1246840b523def047f404617a08faf1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 15 Sep 2009 13:36:13 +0200 Subject: [PATCH] --- yaml --- r: 162816 b: refs/heads/master c: 7e17615c45980fc34d3f7d04bc7063cfc32180ec h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/smp.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 90d3fd217a9a..750c23e95d77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70ebadc8e30efef3bf21ba94b3571537de8bcf4e +refs/heads/master: 7e17615c45980fc34d3f7d04bc7063cfc32180ec diff --git a/trunk/arch/mips/kernel/smp.c b/trunk/arch/mips/kernel/smp.c index bc7d9b05e2f4..64668a93248b 100644 --- a/trunk/arch/mips/kernel/smp.c +++ b/trunk/arch/mips/kernel/smp.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -49,8 +50,6 @@ volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */ int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */ -extern void cpu_idle(void); - /* Number of TCs (or siblings in Intel speak) per CPU core */ int smp_num_siblings = 1; EXPORT_SYMBOL(smp_num_siblings);