Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4677
b: refs/heads/master
c: 5c888d5
h: refs/heads/master
i:
  4675: 66852ee
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Linus Torvalds committed Jul 12, 2005
1 parent ba916c0 commit b9e2af1
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: 813e6783647489a8481d256944b7fd75ff79e035
refs/heads/master: 5c888d531823f8ce2853fb717ebefbcca9acdcd0
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/module.h>
#include <linux/stringify.h>
#include <linux/kallsyms.h>
#include <linux/delay.h>

#include <asm/ptrace.h>
#include <asm/timex.h>
Expand Down Expand Up @@ -488,8 +489,7 @@ void die(const char * str, struct pt_regs * regs, long err)

if (panic_on_oops) {
printk(KERN_EMERG "Fatal exception: panic in 5 seconds\n");
set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(5 * HZ);
ssleep(5);
panic("Fatal exception");
}
do_exit(err);
Expand Down

0 comments on commit b9e2af1

Please sign in to comment.