|
@@ -337,7 +337,7 @@ void system_reset_exception(struct pt_regs *regs)
|
|
|
* No debugger or crash dump registered, print logs then
|
|
* No debugger or crash dump registered, print logs then
|
|
|
* panic.
|
|
* panic.
|
|
|
*/
|
|
*/
|
|
|
- __die("System Reset", regs, SIGABRT);
|
|
|
|
|
|
|
+ die("System Reset", regs, SIGABRT);
|
|
|
|
|
|
|
|
mdelay(2*MSEC_PER_SEC); /* Wait a little while for others to print */
|
|
mdelay(2*MSEC_PER_SEC); /* Wait a little while for others to print */
|
|
|
add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
|
|
add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
|