Hi, The following patches cleans up some of the worst offenders, which mess up the kconfig menu structure. The patches apply to 2.6.11-rc2-mm2 and 2.6.11-rc2-bk7, the only exception is the one below. Andrew, I leave it to you what to do with it, maybe fold it directly into kgdb-ga.patch?
bye, Roman --- Kconfig.debug | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.11/arch/i386/Kconfig.debug =================================================================== --- linux-2.6.11.orig/arch/i386/Kconfig.debug 2005-01-29 22:56:22.470544173 +0100 +++ linux-2.6.11/arch/i386/Kconfig.debug 2005-01-29 22:58:15.270112850 +0100 @@ -56,6 +56,8 @@ config 4KSTACKS on the VM subsystem for higher order allocations. This option will also use IRQ stacks to compensate for the reduced stackspace. +source "arch/i386/Kconfig.kgdb" + config X86_FIND_SMP_CONFIG bool depends on X86_LOCAL_APIC || X86_VOYAGER @@ -66,6 +68,4 @@ config X86_MPPARSE depends on X86_LOCAL_APIC && !X86_VISWS default y -source "arch/i386/Kconfig.kgdb" - endmenu - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/