dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jeff Dike 2007-05-06 14:51:47 -07:00 committed by Linus Torvalds
parent 64f60841c0
commit 3ec704e666
1 changed files with 0 additions and 1 deletions

View File

@ -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);