]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[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)
commit23126692e30ec22760e0ef932c3c2fff00d440bb
tree1bdfdbe895090d6c73a2c6ea0aaf6b6fa9c2ebce
parentc8cc9618c55a341dda39357cce5ff39f7ad17132
[MIPS] Stacktrace build-fix and improvement

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>
arch/mips/kernel/genex.S
arch/mips/kernel/stacktrace.c
arch/mips/mm/tlbex-fault.S