[PATCH] m68k: fix show_registers()
authorRoman Zippel <zippel@linux-m68k.org>
Sun, 25 Jun 2006 12:46:58 +0000 (05:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:00:56 +0000 (10:00 -0700)
commitf2325ecebc5b7988fd49968bd3a660fd1594dc84
treee406c6108ae6d4daa4fdf7995636539a9bcb0004
parent742636f5bfd92ad67f4a48f4b7a2ac655797e0f3
[PATCH] m68k: fix show_registers()

Move some of the prints in die_if_kernel() to show_registers() and call that
instead of show_stack(), so show_registers() prints now similiar info as other
archs.  Clean up the function a little.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68k/kernel/traps.c