Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57875
b: refs/heads/master
c: 5527398
h: refs/heads/master
i:
  57873: 7a51d74
  57871: 8005e1a
v: v3
  • Loading branch information
Paul Mundt committed Jun 18, 2007
1 parent 114367b commit 8d93e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69a331470ff02561cf1898eeb152ccca9f22bf53
refs/heads/master: 5527398218aae85f37552a69fad163fa500c39e4
3 changes: 3 additions & 0 deletions trunk/arch/sh/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ void die(const char * str, struct pt_regs * regs, long err)
{
static int die_counter;

oops_enter();

console_verbose();
spin_lock_irq(&die_lock);
bust_spinlocks(1);
Expand Down Expand Up @@ -112,6 +114,7 @@ void die(const char * str, struct pt_regs * regs, long err)
if (panic_on_oops)
panic("Fatal exception");

oops_exit();
do_exit(SIGSEGV);
}

Expand Down

0 comments on commit 8d93e9d

Please sign in to comment.