aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/common/schedule.c')
-rw-r--r--xen/common/schedule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/common/schedule.c b/xen/common/schedule.c
index e52660236a..a8398bd9ed 100644
--- a/xen/common/schedule.c
+++ b/xen/common/schedule.c
@@ -1231,8 +1231,6 @@ static void schedule(void)
if ( next_slice.migrated )
evtchn_move_pirqs(next);
- /* Ensure that the domain has an up-to-date time base. */
- update_vcpu_system_time(next);
vcpu_periodic_timer_work(next);
context_switch(prev, next);