diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-nmi.c')
-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 6c5a630566f9..8682784abfcf 100644 --- a/arch/mips/sgi-ip27/ip27-nmi.c +++ b/arch/mips/sgi-ip27/ip27-nmi.c | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | typedef unsigned long machreg_t; | 22 | typedef unsigned long machreg_t; |
23 | 23 | ||
24 | DEFINE_SPINLOCK(nmi_lock); | 24 | static DEFINE_SPINLOCK(nmi_lock); |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * Lets see what else we need to do here. Set up sp, gp? | 27 | * Lets see what else we need to do here. Set up sp, gp? |