[MIPS] dump_stack() based on prologue code analysis
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sat, 29 Jul 2006 14:27:20 +0000 (23:27 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:37:06 +0000 (13:37 +0100)
Instead of dump all possible address in the stack, unwind the stack frame
based on prologue code analysis, as like as get_wchan() does.  While the
code analysis might fail for some reason, there is a new kernel option
"raw_show_trace" to disable this feature.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found