2004-09-01 12:50:06

by Anton Blanchard

[permalink] [raw]
Subject: [PATCH] [ppc64] Enable DEBUG_SPINLOCK_SLEEP


Hi,

DEBUG_SPINLOCK_SLEEP is useful on ppc64, so allow it to be selected.

Anton

Signed-off-by: Anton Blanchard <[email protected]>

===== lib/Kconfig.debug 1.1 vs edited =====
--- 1.1/lib/Kconfig.debug Mon Aug 16 05:45:42 2004
+++ edited/lib/Kconfig.debug Wed Aug 25 14:05:26 2004
@@ -47,7 +47,7 @@

config DEBUG_SPINLOCK_SLEEP
bool "Sleep-inside-spinlock checking"
- depends on DEBUG_KERNEL && (X86 || IA64 || MIPS || PPC32 || ARCH_S390 || SPARC32 || SPARC64)
+ depends on DEBUG_KERNEL && (X86 || IA64 || MIPS || PPC32 || PPC64 || ARCH_S390 || SPARC32 || SPARC64)
help
If you say Y here, various routines which may sleep will become very
noisy if they are called with a spinlock held.