diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-07-03 00:24:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 15:27:02 -0700 |
commit | 21b32bbff950771f196da91011249fa05fa83b32 (patch) | |
tree | a93f72bc17399df1e49427c857c8bbe904f109fb /arch/x86_64/Kconfig | |
parent | 4a7c7197817e7180f56110334d961f4aa6ac69cb (diff) | |
download | blackbird-op-linux-21b32bbff950771f196da91011249fa05fa83b32.tar.gz blackbird-op-linux-21b32bbff950771f196da91011249fa05fa83b32.zip |
[PATCH] lockdep: stacktrace subsystem, x86_64 support
Framework to generate and save stacktraces quickly, without printing anything
to the console. x86_64 support.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index e856804c447f..445f436688f3 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -24,6 +24,10 @@ config X86 bool default y +config STACKTRACE_SUPPORT + bool + default y + config SEMAPHORE_SLEEPERS bool default y |