aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-02-27 12:53:30 +0100
committerRalf Baechle <ralf@linux-mips.org>2010-02-27 12:53:30 +0100
commit4a8a738de637dc7141de5228d2d722573a329b95 (patch)
tree20abde39e4697d5943dd83126ead21a9f4f8de85 /arch/mips/sgi-ip27
parentStaging: Octeon: Remove /proc/octeon_ethernet_stats (diff)
downloadlinux-dev-4a8a738de637dc7141de5228d2d722573a329b95.tar.xz
linux-dev-4a8a738de637dc7141de5228d2d722573a329b95.zip
MIPS: Make various locks static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r--arch/mips/sgi-ip27/ip27-nmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-nmi.c b/arch/mips/sgi-ip27/ip27-nmi.c
index 6c5a630566f9..8682784abfcf 100644
--- a/arch/mips/sgi-ip27/ip27-nmi.c
+++ b/arch/mips/sgi-ip27/ip27-nmi.c
@@ -21,7 +21,7 @@
typedef unsigned long machreg_t;
-DEFINE_SPINLOCK(nmi_lock);
+static DEFINE_SPINLOCK(nmi_lock);
/*
* Lets see what else we need to do here. Set up sp, gp?