CRIS: add STACKTRACE_SUPPORT
authorRabin Vincent <rabin@rab.in>
Thu, 14 May 2015 16:19:03 +0000 (18:19 +0200)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:56:50 +0000 (00:56 +0200)
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>
arch/cris/Kconfig
arch/cris/include/asm/stacktrace.h [new file with mode: 0644]
arch/cris/kernel/Makefile
arch/cris/kernel/stacktrace.c [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge