diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-09-06 14:18:17 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-11-06 10:41:40 +0530 |
commit | 0dafafc3ef42bad34fd446725cb9778c3bdd83a8 (patch) | |
tree | 2f61f879b892afe3001fdf7a5d93da40b4d532a8 /arch/arc/Kconfig | |
parent | 54c8bff14d604de23d0718eee59c5436a4703fe5 (diff) | |
download | linux-stable-0dafafc3ef42bad34fd446725cb9778c3bdd83a8.tar.gz linux-stable-0dafafc3ef42bad34fd446725cb9778c3bdd83a8.tar.bz2 linux-stable-0dafafc3ef42bad34fd446725cb9778c3bdd83a8.zip |
ARC: Add support for irqflags tracing and lockdep
Lockdep required a small fix to stacktrace API which was incorrectly
unwindign out of __switch_to for the current call frame.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 91dbb2757afd..524e6fce2c89 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -35,6 +35,12 @@ config ARC select PERF_USE_VMALLOC select HAVE_DEBUG_STACKOVERFLOW +config TRACE_IRQFLAGS_SUPPORT + def_bool y + +config LOCKDEP_SUPPORT + def_bool y + config SCHED_OMIT_FRAME_POINTER def_bool y |