diff options
author | Rabin Vincent | 2015-05-14 18:19:03 +0200 |
---|---|---|
committer | Jesper Nilsson | 2015-09-05 00:56:50 +0200 |
commit | aa6f4d2b6547a9949d87c9b09a872a7015366588 (patch) | |
tree | 6efb66f528d045e050b21889c31937b5b4bbadf6 /arch/cris/kernel/Makefile | |
parent | CRISv32: annotate irq enable in idle loop (diff) | |
download | kernel-qcow2-linux-aa6f4d2b6547a9949d87c9b09a872a7015366588.tar.gz kernel-qcow2-linux-aa6f4d2b6547a9949d87c9b09a872a7015366588.tar.xz kernel-qcow2-linux-aa6f4d2b6547a9949d87c9b09a872a7015366588.zip |
CRIS: add STACKTRACE_SUPPORT
Add stacktrace support, which is required for lockdep and tracing. The
stack tracing simply looks at all kernel text symbols found on the
stack, similar to the trap stack dumping code, which can also be
converted to use this.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/kernel/Makefile')
-rw-r--r-- | arch/cris/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/Makefile b/arch/cris/kernel/Makefile index edef71f12bb8..5fae398ca915 100644 --- a/arch/cris/kernel/Makefile +++ b/arch/cris/kernel/Makefile @@ -8,6 +8,7 @@ extra-y := vmlinux.lds obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o obj-y += devicetree.o +obj-y += stacktrace.o obj-$(CONFIG_MODULES) += crisksyms.o obj-$(CONFIG_MODULES) += module.o |