From: Andrew Morton grrr. The thing keeps reappearing on non-x86 architures. Stomp. Cc: Ingo Molnar Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -puN lib/Kconfig.debug~lockdep-really-x86-only lib/Kconfig.debug --- devel/lib/Kconfig.debug~lockdep-really-x86-only 2006-06-09 15:23:11.000000000 -0700 +++ devel-akpm/lib/Kconfig.debug 2006-06-09 15:23:11.000000000 -0700 @@ -146,7 +146,7 @@ config DEBUG_SPINLOCK config DEBUG_SPINLOCK_ALLOC bool "Spinlock debugging: detect incorrect freeing of live spinlocks" depends on DEBUG_SPINLOCK - select LOCKDEP + select LOCKDEP if X86 help This feature will check whether any held spinlock is incorrectly freed by the kernel, via any of the memory-freeing routines @@ -195,7 +195,7 @@ config PROVE_SPIN_LOCKING config DEBUG_RWLOCK_ALLOC bool "rw-lock debugging: detect incorrect freeing of live rwlocks" depends on DEBUG_SPINLOCK - select LOCKDEP + select LOCKDEP if X86 help This feature will check whether any held rwlock is incorrectly freed by the kernel, via any of the memory-freeing routines @@ -252,7 +252,7 @@ config DEBUG_MUTEXES config DEBUG_MUTEX_ALLOC bool "Mutex debugging: detect incorrect freeing of live mutexes" depends on DEBUG_MUTEXES - select LOCKDEP + select LOCKDEP if X86 help This feature will check whether any held mutex is incorrectly freed by the kernel, via any of the memory-freeing routines @@ -308,7 +308,7 @@ config DEBUG_RWSEMS config DEBUG_RWSEM_ALLOC bool "rwsem debugging: detect incorrect freeing of live rwsems" depends on DEBUG_RWSEMS - select LOCKDEP + select LOCKDEP if X86 help This feature will check whether any held rwsem is incorrectly freed by the kernel, via any of the memory-freeing routines _