aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/common/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen-2.4.16/common/timer.c')
-rw-r--r--xen-2.4.16/common/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen-2.4.16/common/timer.c b/xen-2.4.16/common/timer.c
index 388275307a..77e511de34 100644
--- a/xen-2.4.16/common/timer.c
+++ b/xen-2.4.16/common/timer.c
@@ -602,7 +602,6 @@ void do_timer(struct pt_regs *regs)
p = &idle0_task;
do {
s = p->shared_info;
- s->wall_time = s->domain_time = wall;
cpu_mask |= mark_guest_event(p, _EVENT_TIMER);
}
while ( (p = p->next_task) != &idle0_task );