Anton Vorontsov 02af87a742 powerpc/kdump: Use ppc_save_regs() in crash_setup_regs()
The patch replaces internal registers dump implementation with
ppc_save_regs(). From now on PPC64 and PPC32 are using the same
code for crash_setup_regs().

NOTE: The old regs dump implementation was capturing SP (r1) directly
as is, so you could see crash_kexec() function on top of the back-trace.
But ppc_save_regs() goes up one stack frame, so you'll not see it
anymore, at the top-level you'll see who actually triggered the crash
dump instead.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2009-01-08 16:25:17 +11:00
..
2009-01-06 15:59:10 -08:00
2009-01-06 18:10:27 -08:00
2008-12-21 14:21:16 +11:00
2008-08-18 21:40:03 +02:00
2008-08-04 13:18:17 +10:00
2009-01-06 18:10:27 -08:00
2008-11-19 16:04:58 +11:00
2008-12-21 14:21:14 +11:00
2008-11-30 11:00:15 -08:00
2008-10-15 11:31:54 +11:00
2008-10-22 22:55:20 -07:00
2008-09-06 19:30:15 +01:00
2009-01-06 18:10:27 -08:00
2008-11-19 16:04:55 +11:00
2008-11-19 16:04:57 +11:00