The patch titled bootmem: mark link_bootmem() as part of the __init section has been removed from the -mm tree. Its filename is bootmem-mark-link_bootmem-as-part-of-the-__init-section.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: bootmem: mark link_bootmem() as part of the __init section From: Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> Signed-off-by: Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/bootmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/bootmem.c~bootmem-mark-link_bootmem-as-part-of-the-__init-section mm/bootmem.c --- a/mm/bootmem.c~bootmem-mark-link_bootmem-as-part-of-the-__init-section +++ a/mm/bootmem.c @@ -54,7 +54,7 @@ unsigned long __init bootmem_bootmap_pag /* * link bdata in order */ -static void link_bootmem(bootmem_data_t *bdata) +static void __init link_bootmem(bootmem_data_t *bdata) { bootmem_data_t *ent; if (list_empty(&bdata_list)) { _ Patches currently in -mm which might be from vagabon.xyz@xxxxxxxxx are origin.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