diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-21 13:13:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-21 13:13:53 -0700 |
commit | 8b12e2505ad8c5010922e45f896d908fd1436709 (patch) | |
tree | 4dfb959942469ec36156bc222526f82f2d42fe14 /lib/Kconfig.debug | |
parent | 413318444fd5351f9858b9deb4e8ecaf8898ee05 (diff) | |
parent | 00540e5d54be972a94a3b2ce6da8621bebe731a2 (diff) | |
download | linux-3.10-8b12e2505ad8c5010922e45f896d908fd1436709.tar.gz linux-3.10-8b12e2505ad8c5010922e45f896d908fd1436709.tar.bz2 linux-3.10-8b12e2505ad8c5010922e45f896d908fd1436709.zip |
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
lockdep: Select frame pointers on x86
dma-debug: be more careful when building reference entries
dma-debug: check for sg_call_ents in best-fit algorithm too
Diffstat (limited to 'lib/Kconfig.debug')
-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 6b0c2d8a212..23067ab1a73 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -472,7 +472,7 @@ config LOCKDEP bool depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT select STACKTRACE - select FRAME_POINTER if !X86 && !MIPS && !PPC && !ARM_UNWIND && !S390 + select FRAME_POINTER if !MIPS && !PPC && !ARM_UNWIND && !S390 select KALLSYMS select KALLSYMS_ALL |