]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
MIPS: IP27: Convert nmi_lock lock to arch spinlock;
authorRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:38 +0000 (12:53 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:38 +0000 (12:53 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-nmi.c

index fa0872be0185fde3ccbba0370b6552808cc49185..bc4fa8dd67f318b4f5f1881d7f353b6ab80b49f8 100644 (file)
@@ -20,7 +20,7 @@
 
 typedef unsigned long machreg_t;
 
-static DEFINE_SPINLOCK(nmi_lock);
+static arch_spinlock_t nmi_lock = __ARCH_SPIN_LOCK_UNLOCKED;
 
 /*
  * Lets see what else we need to do here. Set up sp, gp?
@@ -194,7 +194,7 @@ cont_nmi_dump(void)
        /*
         * Only allow 1 cpu to proceed
         */
-       spin_lock(&nmi_lock);
+       arch_spin_lock(&nmi_lock);
 
 #ifdef REAL_NMI_SIGNAL
        /*