The patch titled disable kgdb on ppc has been removed from the -mm tree. Its filename was disable-kgdb-on-ppc.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: disable kgdb on ppc From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Signed-off-by : Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.kgdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.kgdb~disable-kgdb-on-ppc lib/Kconfig.kgdb --- a/lib/Kconfig.kgdb~disable-kgdb-on-ppc +++ a/lib/Kconfig.kgdb @@ -14,7 +14,7 @@ config KGDB bool "KGDB: kernel debugging with remote gdb" select WANT_EXTRA_DEBUG_INFORMATION select KGDB_ARCH_HAS_SHADOW_INFO if X86_64 - depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64 || PPC) + depends on DEBUG_KERNEL && (ARM || X86 || MIPS || (SUPERH && !SUPERH64) || IA64) help If you say Y here, it will be possible to remotely debug the kernel using gdb. Documentation of kernel debugger is available _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are git-x86.patch git-md-accel.patch hugetlb-correct-page-count-for-surplus-huge-pages-fix.patch slab-pass-correct-flags-to-kmem_getpages.patch put_pid-make-sure-we-dont-free-the-live-pid.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html