[MIPS] Stacktrace build-fix and improvement
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 28 Sep 2006 10:15:33 +0000 (19:15 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 1 Oct 2006 22:16:58 +0000 (23:16 +0100)
Fix build error due to stacktrace API change.  Now save_stack_trace()
tries to save all kernel context, including interrupts and exception.
Also some asm code are changed a bit so that we can detect the end of
current context easily.

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

No differences found