diff options
author | Dave Jones <davej@redhat.com> | 2006-09-29 04:59:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:05 -0400 |
commit | 199a9afc3dbe98c35326f1d3907ab94dae953a6e (patch) | |
tree | f656df600bec86e8764af2e33bc4a0b98330e758 /lib/Kconfig.debug | |
parent | df67b3daea602728b51325a4debaeeb912ee51d1 (diff) |
[PATCH] Debug variants of linked list macros
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b0f5ca72599f..f9ae75cc0145 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -320,6 +320,15 @@ config DEBUG_VM | |||
320 | 320 | ||
321 | If unsure, say N. | 321 | If unsure, say N. |
322 | 322 | ||
323 | config DEBUG_LIST | ||
324 | bool "Debug linked list manipulation" | ||
325 | depends on DEBUG_KERNEL | ||
326 | help | ||
327 | Enable this to turn on extended checks in the linked-list | ||
328 | walking routines. | ||
329 | |||
330 | If unsure, say N. | ||
331 | |||
323 | config FRAME_POINTER | 332 | config FRAME_POINTER |
324 | bool "Compile the kernel with frame pointers" | 333 | bool "Compile the kernel with frame pointers" |
325 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH) | 334 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH) |