The patch titled AVR32: Turn off support for DISCONTIGMEM and SPARSEMEM has been added to the -mm tree. Its filename is avr32-turn-off-support-for-discontigmem-and-sparsemem.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: AVR32: Turn off support for DISCONTIGMEM and SPARSEMEM From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> I just gave CONFIG_DISCONTIGMEM a try on AVR32 and it turned out it didn't compile. Since there's only a single board available, and that board has no use for discontigmem or sparsemem anyway, I figured it's better to just turn it off until a need for it arises. Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/avr32/Kconfig | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -puN arch/avr32/Kconfig~avr32-turn-off-support-for-discontigmem-and-sparsemem arch/avr32/Kconfig --- a/arch/avr32/Kconfig~avr32-turn-off-support-for-discontigmem-and-sparsemem +++ a/arch/avr32/Kconfig @@ -132,12 +132,11 @@ config ARCH_FLATMEM_ENABLE config ARCH_DISCONTIGMEM_ENABLE bool - default y + default n config ARCH_SPARSEMEM_ENABLE bool - depends on EXPERIMENTAL - default y + default n source "mm/Kconfig" _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are avr32-arch.patch avr32-config_debug_bugverbose-and-config_frame_pointer.patch avr32-fix-invalid-constraints-for-stcond.patch avr32-add-support-for-irq-flags-state-tracing.patch avr32-turn-off-support-for-discontigmem-and-sparsemem.patch avr32-always-enable-config_embedded.patch avr32-export-the-find__bit-functions.patch avr32-add-defconfig-for-at32stk1002.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