Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117257
b: refs/heads/master
c: c9306f0
h: refs/heads/master
i:
  117255: c0510b8
v: v3
  • Loading branch information
Paul Mundt committed Oct 21, 2008
1 parent d2469b8 commit 572ee48
Show file tree
Hide file tree
Showing 3 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: f7141d5884828f733cf9d13ed693135954b0c189
refs/heads/master: c9306f0efbfbe65a6e9212082f1d1fc19fdc3094
1 change: 1 addition & 0 deletions trunk/arch/sh/include/asm/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/* Grossly misnamed. */
enum die_val {
DIE_TRAP,
DIE_OOPS,
};

#endif /* __ASM_SH_KDEBUG_H */
2 changes: 2 additions & 0 deletions trunk/arch/sh/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ void die(const char * str, struct pt_regs * regs, long err)
dump_mem("Stack: ", regs->regs[15], THREAD_SIZE +
(unsigned long)task_stack_page(current));

notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV);

bust_spinlocks(0);
add_taint(TAINT_DIE);
spin_unlock_irq(&die_lock);
Expand Down

0 comments on commit 572ee48

Please sign in to comment.