Commit 2ba53e37 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: IP27: Remove code obfuscation by enter_panic_mode().

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 34ee4148
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#endif #endif
#define CNODEID_NONE (cnodeid_t)-1 #define CNODEID_NONE (cnodeid_t)-1
#define enter_panic_mode() spin_lock(&nmi_lock)
typedef unsigned long machreg_t; typedef unsigned long machreg_t;
...@@ -193,9 +192,9 @@ cont_nmi_dump(void) ...@@ -193,9 +192,9 @@ cont_nmi_dump(void)
atomic_inc(&nmied_cpus); atomic_inc(&nmied_cpus);
#endif #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 #ifdef REAL_NMI_SIGNAL
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment