[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 26 Sep 2006 14:44:01 +0000 (23:44 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 1 Oct 2006 22:16:57 +0000 (23:16 +0100)
commit1df0f0ff7e56f6dcb1351b9490d55ebf91ff4bd8
treef309b9cf0293c973683b4fa3fab5bbb74e415d47
parenteae6c0da9df81300895949897c0451423340ac40
[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT

Implement stacktrace interface by using unwind_stack() and enable lockdep
support in Kconfig.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/kernel/Makefile
arch/mips/kernel/process.c
arch/mips/kernel/stacktrace.c [new file with mode: 0644]
arch/mips/kernel/traps.c
include/asm-mips/stacktrace.h [new file with mode: 0644]