sh: Use the new stack unwinder API
authorMatt Fleming <matt@console-pimps.org>
Tue, 11 Aug 2009 21:43:20 +0000 (22:43 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Aug 2009 10:52:53 +0000 (19:52 +0900)
Instead of implementing our own stack unwinder via dump_trace() we
should use the new stack unwinder API because it is more modular. This
change allows us to decouple the interface for generating stacktraces
from the implementation of a stack unwinder.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found