提交 3ec704e6 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

uml: eliminate a piece of debugging code

I missed removing another piece of debugging in an earlier patch.
Signed-off-by: NJeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 64f60841
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册