summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTörök Edwin <edwintorok@gmail.com>2008-11-23 10:39:08 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-11-23 10:53:50 (GMT)
commit8d26487fd4ddda7a0237da418fb8669fb06ae557 (patch)
treedf518f9aef1c0f830ada2f2ad221ee41fd38ba1e /arch
parentcffa10aecb6891f090a4d53a075bc40c082c45fc (diff)
downloadlinux-fsl-qoriq-8d26487fd4ddda7a0237da418fb8669fb06ae557.tar.xz
tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT
Impact: cleanup User stack tracing is just implemented for x86, but it is not x86 specific. Introduce a generic config flag, that is currently enabled only for x86. When other arches implement it, they will have to SELECT USER_STACKTRACE_SUPPORT. Signed-off-by: Török Edwin <edwintorok@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7a146ba..e49a4fd 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -36,6 +36,7 @@ config X86
select HAVE_ARCH_TRACEHOOK
select HAVE_GENERIC_DMA_COHERENT if X86_32
select HAVE_EFFICIENT_UNALIGNED_ACCESS
+ select USER_STACKTRACE_SUPPORT
config ARCH_DEFCONFIG
string