aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2007-05-12 13:36:53 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-12 13:55:39 -0400
commit6d690dcac92a84f98fd774862628ff871b713660 (patch)
tree53a18061cf2f6387d0d7fc3d9e728c7d94da40cb
parent33d444f182a1757640077c6b7381e54c13142b1d (diff)
fault injection: disable stacktrace filter for x86-64
Disable stacktrace filter support for x86-64 for now. Will be enable when we can get the dwarf2 unwinder back. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Acked-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--lib/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index ee05b8a061b5..fbc5c622acb0 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -438,6 +438,7 @@ config FAULT_INJECTION_DEBUG_FS
438config FAULT_INJECTION_STACKTRACE_FILTER 438config FAULT_INJECTION_STACKTRACE_FILTER
439 bool "stacktrace filter for fault-injection capabilities" 439 bool "stacktrace filter for fault-injection capabilities"
440 depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT 440 depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT
441 depends on !X86_64
441 select STACKTRACE 442 select STACKTRACE
442 select FRAME_POINTER 443 select FRAME_POINTER
443 help 444 help