* [uml-devel] [ PATCH 4/6 ] UML - Remove debugging remnants
@ 2007-04-12 16:28 ` Jeff Dike
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2007-04-12 16:28 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, uml-devel
I accidentally left the remnants of some debugging in an earlier patch.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
arch/um/kernel/tlb.c | 3 ---
1 file changed, 3 deletions(-)
Index: linux-2.6.21-mm/arch/um/kernel/tlb.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/kernel/tlb.c 2007-04-12 11:34:40.000000000 -0400
+++ linux-2.6.21-mm/arch/um/kernel/tlb.c 2007-04-12 11:46:27.000000000 -0400
@@ -235,9 +235,7 @@ void fix_range_common(struct mm_struct *
unsigned long addr = start_addr, next;
int ret = 0, last_op = ARRAY_SIZE(ops) - 1, op_index = -1;
void *flush = NULL;
- unsigned long long start_time, end_time;
- start_time = os_nsecs();
ops[0].type = NONE;
pgd = pgd_offset(mm, addr);
do {
@@ -254,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));
- end_time = os_nsecs();
if(!ret)
ret = (*do_ops)(mmu, ops, op_index, 1, &flush);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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] 2+ messages in thread* [ PATCH 4/6 ] UML - Remove debugging remnants
@ 2007-04-12 16:28 ` Jeff Dike
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2007-04-12 16:28 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, uml-devel
I accidentally left the remnants of some debugging in an earlier patch.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
arch/um/kernel/tlb.c | 3 ---
1 file changed, 3 deletions(-)
Index: linux-2.6.21-mm/arch/um/kernel/tlb.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/kernel/tlb.c 2007-04-12 11:34:40.000000000 -0400
+++ linux-2.6.21-mm/arch/um/kernel/tlb.c 2007-04-12 11:46:27.000000000 -0400
@@ -235,9 +235,7 @@ void fix_range_common(struct mm_struct *
unsigned long addr = start_addr, next;
int ret = 0, last_op = ARRAY_SIZE(ops) - 1, op_index = -1;
void *flush = NULL;
- unsigned long long start_time, end_time;
- start_time = os_nsecs();
ops[0].type = NONE;
pgd = pgd_offset(mm, addr);
do {
@@ -254,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));
- end_time = os_nsecs();
if(!ret)
ret = (*do_ops)(mmu, ops, op_index, 1, &flush);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-12 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 16:28 [uml-devel] [ PATCH 4/6 ] UML - Remove debugging remnants Jeff Dike
2007-04-12 16:28 ` Jeff Dike
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.