* [uml-devel] [PATCH 1/5] UML - Eliminate a piece of debugging code
@ 2007-04-26 19:56 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2007-04-26 19:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, uml-devel
I missed removing another piece of debugging in an earlier patch.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
arch/um/kernel/tlb.c | 1 -
1 file changed, 1 deletion(-)
Index: linux-2.6.21-mm/arch/um/kernel/tlb.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/kernel/tlb.c 2007-04-25 13:34:08.000000000 -0400
+++ linux-2.6.21-mm/arch/um/kernel/tlb.c 2007-04-25 13:34:27.000000000 -0400
@@ -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);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-26 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26 19:56 [uml-devel] [PATCH 1/5] UML - Eliminate a piece of debugging code Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox