From: Atsushi Nemoto Date: Fri, 29 Sep 2006 09:02:51 +0000 (+0900) Subject: [MIPS] Make unwind_stack() can dig into interrupted context X-Git-Tag: v2.6.19-rc1~376^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1924600cdb3143cdcc32b6fa43325739503659b9;p=pandora-kernel.git [MIPS] Make unwind_stack() can dig into interrupted context If the PC was ret_from_irq or ret_from_exception, there will be no more normal stackframe. Instead of stopping the unwinding, use PC and RA saved by an exception handler to continue unwinding into the interrupted context. This also simplifies the CONFIG_STACKTRACE code. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed