[PARISC] dump_stack in show_regs
authorKyle McMartin <kyle@shortfin.cabal.ca>
Tue, 19 Feb 2008 07:26:46 +0000 (23:26 -0800)
committerKyle McMartin <kyle@shortfin.cabal.ca>
Sun, 16 Mar 2008 02:12:01 +0000 (19:12 -0700)
commitd0347b49c9a877a33c59f80de1a9dbabd5244205
tree298b6c3569d75be6f199b95819488e24d23b00ec
parentff451d70593040df1a7c3df80a38e9ce530e12e0
[PARISC] dump_stack in show_regs

Originally, show_stack was used in BUG() output. However, a recent commit
changed it to print register state (no idea what that's supposed to help,
really...) and parisc was missing a backtrace because of it.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/traps.c