Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182132
b: refs/heads/master
c: 2ba53e3
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Feb 27, 2010
1 parent bc2deab commit 162e9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 34ee4148472996c5fd25fbb5697982914cfe955a
refs/heads/master: 2ba53e37120fba00fa10bebc13b9723f25e1f845
5 changes: 2 additions & 3 deletions trunk/arch/mips/sgi-ip27/ip27-nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#endif

#define CNODEID_NONE (cnodeid_t)-1
#define enter_panic_mode() spin_lock(&nmi_lock)

typedef unsigned long machreg_t;

Expand Down Expand Up @@ -193,9 +192,9 @@ cont_nmi_dump(void)
atomic_inc(&nmied_cpus);
#endif
/*
* Use enter_panic_mode to allow only 1 cpu to proceed
* Only allow 1 cpu to proceed
*/
enter_panic_mode();
spin_lock(&nmi_lock);

#ifdef REAL_NMI_SIGNAL
/*
Expand Down

0 comments on commit 162e9c9

Please sign in to comment.