mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] [ppc64] Enable DEBUG_SPINLOCK_SLEEP
@ 2004-09-01 12:48 Anton Blanchard
  0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2004-09-01 12:48 UTC (permalink / raw)
  To: akpm; +Cc: paulus, linux-kernel


Hi,

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

Anton

Signed-off-by: Anton Blanchard <anton@samba.org>

===== 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-01 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-01 12:48 [PATCH] [ppc64] Enable DEBUG_SPINLOCK_SLEEP Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome