diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-15 17:12:58 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-15 17:12:58 -0400 |
commit | 1e09481365ce248dbb4eb06dad70129bb5807037 (patch) | |
tree | c0cff5bef95c8b5e7486f144718ade9a06c284dc /lib/Kconfig.debug | |
parent | 3e2f69fdd1b00166e7d589bce56b2d36a9e74374 (diff) | |
parent | b9d2252c1e44fa83a4e65fdc9eb93db6297c55af (diff) |
Merge branch 'linus' into core/softlockup
Conflicts:
kernel/softlockup.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 509ae35a9ef5..011e00bcfc30 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -443,7 +443,6 @@ config DEBUG_LOCKING_API_SELFTESTS | |||
443 | 443 | ||
444 | config STACKTRACE | 444 | config STACKTRACE |
445 | bool | 445 | bool |
446 | depends on DEBUG_KERNEL | ||
447 | depends on STACKTRACE_SUPPORT | 446 | depends on STACKTRACE_SUPPORT |
448 | 447 | ||
449 | config DEBUG_KOBJECT | 448 | config DEBUG_KOBJECT |
@@ -587,6 +586,9 @@ config BACKTRACE_SELF_TEST | |||
587 | for distributions or general kernels, but only for kernel | 586 | for distributions or general kernels, but only for kernel |
588 | developers working on architecture code. | 587 | developers working on architecture code. |
589 | 588 | ||
589 | Note that if you want to also test saved backtraces, you will | ||
590 | have to enable STACKTRACE as well. | ||
591 | |||
590 | Say N if you are unsure. | 592 | Say N if you are unsure. |
591 | 593 | ||
592 | config LKDTM | 594 | config LKDTM |
@@ -658,6 +660,8 @@ config LATENCYTOP | |||
658 | Enable this option if you want to use the LatencyTOP tool | 660 | Enable this option if you want to use the LatencyTOP tool |
659 | to find out which userspace is blocking on what kernel operations. | 661 | to find out which userspace is blocking on what kernel operations. |
660 | 662 | ||
663 | source kernel/trace/Kconfig | ||
664 | |||
661 | config PROVIDE_OHCI1394_DMA_INIT | 665 | config PROVIDE_OHCI1394_DMA_INIT |
662 | bool "Remote debugging over FireWire early on boot" | 666 | bool "Remote debugging over FireWire early on boot" |
663 | depends on PCI && X86 | 667 | depends on PCI && X86 |