]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MIPS: Make a needlessly global symbol static in arch/mips/kernel/smp.c
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Sun, 22 Mar 2009 22:12:29 +0000 (00:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 30 Mar 2009 12:49:45 +0000 (14:49 +0200)
The variable cpu_callin_map is needlessly defined global, so let's
make it static now.

Build-tested using malta_defconfig.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp.c

index 3da94704f81645027d246cf6aea5be80119eddfa..c937506a03aac9f1eedcea13f05e30c0ed0c9fcc 100644 (file)
@@ -44,7 +44,7 @@
 #include <asm/mipsmtregs.h>
 #endif /* CONFIG_MIPS_MT_SMTC */
 
-volatile cpumask_t cpu_callin_map;     /* Bitmask of started secondaries */
+static 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 */