Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182133
b: refs/heads/master
c: 598c5ab
h: refs/heads/master
i:
  182131: bc2deab
v: v3
  • Loading branch information
Ralf Baechle committed Feb 27, 2010
1 parent 162e9c9 commit 33e59be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ba53e37120fba00fa10bebc13b9723f25e1f845
refs/heads/master: 598c5abad7f3e162a01c87a480f8d2cd57643acb
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip27/ip27-nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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
/*
Expand Down

0 comments on commit 33e59be

Please sign in to comment.