diff options
author | Michal Simek <monstr@monstr.eu> | 2010-05-25 05:33:26 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-08-04 04:22:32 -0400 |
commit | 79aac889037027bebf7fcfc4cf9f2eb25f4f8075 (patch) | |
tree | 55b1744d9fe200dfecb98d76735a626225cac30b /lib | |
parent | 6847ba91a190fe41d21779d6b382b47b2f4c50f4 (diff) |
microblaze: Disable FRAME_POINTER selection
Microblaze doesn't support frame pointers. Ftrace code
uses CALLER_ADDR1 which is defined in linux/ftrace.h. For Microblaze
is 0.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e722e9d62221..ab392d55eca1 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -528,7 +528,7 @@ config LOCKDEP | |||
528 | bool | 528 | bool |
529 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 529 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
530 | select STACKTRACE | 530 | select STACKTRACE |
531 | select FRAME_POINTER if !MIPS && !PPC && !ARM_UNWIND && !S390 | 531 | select FRAME_POINTER if !MIPS && !PPC && !ARM_UNWIND && !S390 && !MICROBLAZE |
532 | select KALLSYMS | 532 | select KALLSYMS |
533 | select KALLSYMS_ALL | 533 | select KALLSYMS_ALL |
534 | 534 | ||
@@ -958,13 +958,13 @@ config FAULT_INJECTION_STACKTRACE_FILTER | |||
958 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT | 958 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT |
959 | depends on !X86_64 | 959 | depends on !X86_64 |
960 | select STACKTRACE | 960 | select STACKTRACE |
961 | select FRAME_POINTER if !PPC && !S390 | 961 | select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE |
962 | help | 962 | help |
963 | Provide stacktrace filter for fault-injection capabilities | 963 | Provide stacktrace filter for fault-injection capabilities |
964 | 964 | ||
965 | config LATENCYTOP | 965 | config LATENCYTOP |
966 | bool "Latency measuring infrastructure" | 966 | bool "Latency measuring infrastructure" |
967 | select FRAME_POINTER if !MIPS && !PPC && !S390 | 967 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE |
968 | select KALLSYMS | 968 | select KALLSYMS |
969 | select KALLSYMS_ALL | 969 | select KALLSYMS_ALL |
970 | select STACKTRACE | 970 | select STACKTRACE |