diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:30 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:53:30 +0100 |
commit | 4a8a738de637dc7141de5228d2d722573a329b95 (patch) | |
tree | 20abde39e4697d5943dd83126ead21a9f4f8de85 /arch/mips/sgi-ip27 | |
parent | 559e25a5e3efe60a22b7f96ea4ad2eb09d996e97 (diff) | |
download | linux-3.10-4a8a738de637dc7141de5228d2d722573a329b95.tar.gz linux-3.10-4a8a738de637dc7141de5228d2d722573a329b95.tar.bz2 linux-3.10-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.c | 2 |
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 6c5a630566f..8682784abfc 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? |