Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57871
b: refs/heads/master
c: bca0fb8
h: refs/heads/master
i:
  57869: 1301ce5
  57867: 812d6d2
  57863: 1a40212
  57855: 67805f9
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jun 19, 2007
1 parent 599f2c0 commit 8005e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 0fc9bbf771ce7d41ed33300e75e74e922dde1c38
refs/heads/master: bca0fb8683b7406d3056dc53a14b0a482c367e2b
8 changes: 5 additions & 3 deletions trunk/arch/s390/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,20 +253,22 @@ void die(const char * str, struct pt_regs * regs, long err)
{
static int die_counter;

oops_enter();
debug_stop_all();
console_verbose();
spin_lock_irq(&die_lock);
bust_spinlocks(1);
printk("%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter);
print_modules();
show_regs(regs);
show_regs(regs);
bust_spinlocks(0);
spin_unlock_irq(&die_lock);
spin_unlock_irq(&die_lock);
if (in_interrupt())
panic("Fatal exception in interrupt");
if (panic_on_oops)
panic("Fatal exception: panic_on_oops");
do_exit(SIGSEGV);
oops_exit();
do_exit(SIGSEGV);
}

static void inline
Expand Down

0 comments on commit 8005e1a

Please sign in to comment.