diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-07-02 11:19:04 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-12 12:11:43 -0400 |
commit | 6ac5310e649df5fcd240d764503bf16a1317ea39 (patch) | |
tree | 286700815b3f30dc13cc3b2d9980b0244b244d33 /lib | |
parent | 704e6460ab75af0735b1ca7c0dcaa4ff0a4001b2 (diff) | |
parent | 3f90b82df110ef9cb33761b56ca85ae0d0372d4a (diff) |
Merge branch '3.10-fixes' into mips-for-linux-next
This that should have been fixed but weren't, way to much, intrusive
and late.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 566cf2bc08ea..74fdc5cf4adc 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1272,7 +1272,7 @@ config FAULT_INJECTION_STACKTRACE_FILTER | |||
1272 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT | 1272 | depends on FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT |
1273 | depends on !X86_64 | 1273 | depends on !X86_64 |
1274 | select STACKTRACE | 1274 | select STACKTRACE |
1275 | select FRAME_POINTER if !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND | 1275 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM_UNWIND |
1276 | help | 1276 | help |
1277 | Provide stacktrace filter for fault-injection capabilities | 1277 | Provide stacktrace filter for fault-injection capabilities |
1278 | 1278 | ||