projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d444f
)
fault injection: disable stacktrace filter for x86-64
author
Akinobu Mita
<
[email protected]
>
Sat, 12 May 2007 17:36:53 +0000
(10:36 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 12 May 2007 17:55:39 +0000
(10:55 -0700)
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 <
[email protected]
>
Acked-by: Andi Kleen <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index ee05b8a061b5a5277b8b2d16ca2ace00f8c71fe7..fbc5c622acb05db13d5cb5d248e42837470b1ca4 100644
(file)
--- 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