Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140039
b: refs/heads/master
c: c48faf8
h: refs/heads/master
i:
  140037: 9d93424
  140035: 68cbcba
  140031: c7c9efa
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Mar 31, 2009
1 parent 9c7613a commit 269f1ff
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: c84c3a698f17ae5d55a6ecc76298fb894e106336
refs/heads/master: c48faf86b0d59cc43ff4eede59c4af7afbd7c0ff
3 changes: 3 additions & 0 deletions trunk/arch/parisc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ void die_if_kernel(char *str, struct pt_regs *regs, long err)

oops_in_progress = 1;

oops_enter();

/* Amuse the user in a SPARC fashion */
if (err) printk(
KERN_CRIT " _______________________________ \n"
Expand Down Expand Up @@ -293,6 +295,7 @@ KERN_CRIT " || ||\n");
panic("Fatal exception");
}

oops_exit();
do_exit(SIGSEGV);
}

Expand Down

0 comments on commit 269f1ff

Please sign in to comment.