From: Anton Blanchard DEBUG_SPINLOCK_SLEEP is useful on ppc64, so allow it to be selected. Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton --- 25-akpm/lib/Kconfig.debug | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~ppc64-enable-debug_spinlock_sleep lib/Kconfig.debug --- 25/lib/Kconfig.debug~ppc64-enable-debug_spinlock_sleep Wed Sep 1 14:54:31 2004 +++ 25-akpm/lib/Kconfig.debug Wed Sep 1 14:54:31 2004 @@ -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. _