From: Andrew Morton I got a blatant false-positive and Mike got an oops. Next time, perhaps. Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -puN lib/Kconfig.debug~lock-validator-enable-lock-validator-in-kconfig-not-yet lib/Kconfig.debug --- devel/lib/Kconfig.debug~lock-validator-enable-lock-validator-in-kconfig-not-yet 2006-06-09 15:23:10.000000000 -0700 +++ devel-akpm/lib/Kconfig.debug 2006-06-09 15:23:10.000000000 -0700 @@ -163,7 +163,7 @@ config DEBUG_SPINLOCK config PROVE_SPIN_LOCKING bool "Prove spin-locking correctness" depends on TRACE_IRQFLAGS_SUPPORT - default y + default n help This feature enables the kernel to prove that all spinlock locking that occurs in the kernel runtime is mathematically @@ -201,7 +201,7 @@ config PROVE_SPIN_LOCKING config PROVE_RW_LOCKING bool "Prove rw-locking correctness" depends on TRACE_IRQFLAGS_SUPPORT - default y + default n help This feature enables the kernel to prove that all rwlock locking that occurs in the kernel runtime is mathematically @@ -239,7 +239,7 @@ config PROVE_RW_LOCKING config PROVE_MUTEX_LOCKING bool "Prove mutex-locking correctness" depends on TRACE_IRQFLAGS_SUPPORT - default y + default n help This feature enables the kernel to prove that all mutexlock locking that occurs in the kernel runtime is mathematically @@ -277,7 +277,7 @@ config PROVE_MUTEX_LOCKING config PROVE_RWSEM_LOCKING bool "Prove rwsem-locking correctness" depends on TRACE_IRQFLAGS_SUPPORT - default y + default n help This feature enables the kernel to prove that all rwsemlock locking that occurs in the kernel runtime is mathematically _