The patch titled vmlinux.lds: consolidate initcall sections (avr32) has been removed from the -mm tree. Its filename was vmlinuxlds-consolidate-initcall-sections-avr32.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: vmlinux.lds: consolidate initcall sections (avr32) From: "Haavard Skinnemoen" <hskinnemoen@xxxxxxxxx> Please include AVR32 as well while you're at it ;) Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/avr32/kernel/vmlinux.lds.c | 8 +------- 1 files changed, 1 insertion(+), 7 deletions(-) diff -puN arch/avr32/kernel/vmlinux.lds.c~vmlinuxlds-consolidate-initcall-sections-avr32 arch/avr32/kernel/vmlinux.lds.c --- a/arch/avr32/kernel/vmlinux.lds.c~vmlinuxlds-consolidate-initcall-sections-avr32 +++ a/arch/avr32/kernel/vmlinux.lds.c @@ -38,13 +38,7 @@ SECTIONS __setup_end = .; . = ALIGN(4); __initcall_start = .; - *(.initcall1.init) - *(.initcall2.init) - *(.initcall3.init) - *(.initcall4.init) - *(.initcall5.init) - *(.initcall6.init) - *(.initcall7.init) + INITCALLS __initcall_end = .; __con_initcall_start = .; *(.con_initcall.init) _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are - 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