[MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT
commit365a58aee90e73261504cdd060ef7e8c554db6ac
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 26 Sep 2006 14:44:01 +0000 (26 23:44 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 15:25:46 +0000 (27 16:25 +0100)
treef3adedea2a98b684d10e3fbdbe055fc24e5d2081
parent5e652c3eabe55f67ddc202479b772b800638b7ee
[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]