[PATCH] [ppc64] Enable DEBUG_SPINLOCK_SLEEP

From: Anton Blanchard
Date: Wed Sep 01 2004 - 07:52:52 EST



Hi,

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

Anton

Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>

===== 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/