The patch titled add a missing LIB_Y to arch/alpha/boot Makefile has been removed from the -mm tree. Its filename was add-a-missing-lib_y-to-arch-alpha-boot-makefile.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: add a missing LIB_Y to arch/alpha/boot Makefile From: Meelis Roos <mroos@xxxxxxxx> Add $(LIBS_Y) to get lib/lib.a so srm_printk is present. Signed-off-by: Meelis Roos <mroos@xxxxxxxx> Cc: Richard Henderson <rth@xxxxxxxxxxx> Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Jay Estabrook <jay.estabrook@xxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/alpha/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/boot/Makefile~add-a-missing-lib_y-to-arch-alpha-boot-makefile arch/alpha/boot/Makefile --- a/arch/alpha/boot/Makefile~add-a-missing-lib_y-to-arch-alpha-boot-makefile +++ a/arch/alpha/boot/Makefile @@ -104,7 +104,7 @@ OBJ_bootlx := $(obj)/head.o $(obj)/mai OBJ_bootph := $(obj)/head.o $(obj)/bootp.o OBJ_bootpzh := $(obj)/head.o $(obj)/bootpz.o $(obj)/misc.o -$(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) FORCE +$(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE $(call if_changed,ld) $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE _ Patches currently in -mm which might be from mroos@xxxxxxxx are origin.patch acpi-cure-run-together-printk-lines.patch fix-runtogether-printks-in-cmd64x-ide-driver.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