swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: c32511e2718618f0b53479eb36e07439aa363a74 authored by Linus Torvalds on 13 July 2005, 04:46:46 UTC
Linux 2.6.13-rc3
Tip revision: c32511e
Kconfig.debug
menu "Kernel hacking"

source "lib/Kconfig.debug"

config DEBUG_RWLOCK
        bool "Read-write spinlock debugging"
        depends on DEBUG_KERNEL && SMP
        help
          If you say Y here then read-write lock processing will count how many
          times it has tried to get the lock and issue an error message after
          too many attempts.  If you suspect a rwlock problem or a kernel
          hacker asks for this option then say Y.  Otherwise say N.

endmenu
back to top