projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f6084
)
uml: eliminate a piece of debugging code
author
Jeff Dike
<
[email protected]
>
Sun, 6 May 2007 21:51:47 +0000
(14:51 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 7 May 2007 19:13:04 +0000
(12:13 -0700)
I missed removing another piece of debugging in an earlier patch.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/kernel/tlb.c
patch
|
blob
|
history
diff --git
a/arch/um/kernel/tlb.c
b/arch/um/kernel/tlb.c
index 00de86efccaa08a183f1cfd0854350d3502eb793..4a39d50d2d62e8f9be7dc05fd2733f1496e14018 100644
(file)
--- 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);