From: Andrew Morton Not sure why a `make oldconfig' on powerpc went and turned lockdep on for me, but it sure won't compile. Cc: Ingo Molnar Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff -puN lib/Kconfig.debug~lockdep-x86-only lib/Kconfig.debug --- devel/lib/Kconfig.debug~lockdep-x86-only 2006-06-07 00:29:21.000000000 -0700 +++ devel-akpm/lib/Kconfig.debug 2006-06-07 00:30:13.000000000 -0700 @@ -359,6 +359,7 @@ config LOCKDEP select FRAME_POINTER select KALLSYMS select KALLSYMS_ALL + depends on X86 config DEBUG_NON_NESTED_UNLOCKS bool "Detect non-nested unlocks" _