aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2004-09-02 20:22:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-02 20:22:19 -0700
commit88399f1230887d773ccb77d3c89d0380d432e57b (patch)
tree9f188dc57a51260cd0150f3c319188212e756e3c /lib
parent0d0c0fde9def62a7757173e8ff79767038af46ef (diff)
downloadhistory-88399f1230887d773ccb77d3c89d0380d432e57b.tar.gz
[PATCH] ppc64: enable DEBUG_SPINLOCK_SLEEP
DEBUG_SPINLOCK_SLEEP is useful on ppc64, so allow it to be selected. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index ff2bdc4bbd7c7d..cd5d8596223bca 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -47,7 +47,7 @@ config DEBUG_SPINLOCK
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.