]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit120e0a38e1abaec70ef43c562e8d451d8aaddecd
treee406c6108ae6d4daa4fdf7995636539a9bcb0004
parent8837c41c5079068c5d4ae2453f241d3925749949
[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