From: Akinobu Mita Date: Sat, 12 May 2007 17:36:53 +0000 (-0700) Subject: fault injection: disable stacktrace filter for x86-64 X-Git-Tag: v2.6.22-rc1~12 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d690dcac92a84f98fd774862628ff871b713660;p=linux-2.6-omap-h63xx.git 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 Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ee05b8a061b..fbc5c622acb 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -438,6 +438,7 @@ config FAULT_INJECTION_DEBUG_FS config FAULT_INJECTION_STACKTRACE_FILTER bool "stacktrace filter for fault-injection capabilities" depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT + depends on !X86_64 select STACKTRACE select FRAME_POINTER help