The patch titled uml: eliminate a piece of debugging code has been removed from the -mm tree. Its filename was uml-eliminate-a-piece-of-debugging-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: eliminate a piece of debugging code From: Jeff Dike <jdike@xxxxxxxxxxx> I missed removing another piece of debugging in an earlier patch. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/kernel/tlb.c | 1 - 1 file changed, 1 deletion(-) diff -puN arch/um/kernel/tlb.c~uml-eliminate-a-piece-of-debugging-code arch/um/kernel/tlb.c --- a/arch/um/kernel/tlb.c~uml-eliminate-a-piece-of-debugging-code +++ a/arch/um/kernel/tlb.c @@ -252,7 +252,6 @@ void fix_range_common(struct mm_struct * &op_index, force, mmu, &flush, do_ops); } while (pgd++, addr = next, ((addr != end_addr) && !ret)); - log_info("total flush time - %Ld nsecs\n", end_time - start_time); if(!ret) ret = (*do_ops)(mmu, ops, op_index, 1, &flush); _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-hostfs-style-fixes.patch uml-an-idle-system-should-have-zero-load-average.patch remove-tas.patch x86-create-asm-cmpxchgh.patch uml-network-and-pcap-cleanup.patch uml-pcap-devices-should-get-macs-from-command-line.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