From: Jeff Dike <jdike@addtoit.com>
Date: Sun, 6 May 2007 21:51:47 +0000 (-0700)
Subject: uml: eliminate a piece of debugging code
X-Git-Tag: v2.6.22-rc1~838
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3ec704e6660aa58505110a50102e57cdb9daa044;p=linux-2.6-omap-h63xx.git

uml: eliminate a piece of debugging code

I missed removing another piece of debugging in an earlier patch.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---

diff --git a/arch/um/kernel/tlb.c b/arch/um/kernel/tlb.c
index 00de86efcca..4a39d50d2d6 100644
--- a/arch/um/kernel/tlb.c
+++ b/arch/um/kernel/tlb.c
@@ -252,7 +252,6 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
 					    &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);