]> xenbits.xensource.com Git - xen.git/commitdiff
x86, hvm: Fix typo in no-missed-tick-accounting timer mode.
authorKeir Fraser <keir@xensource.com>
Wed, 7 Nov 2007 14:53:32 +0000 (14:53 +0000)
committerKeir Fraser <keir@xensource.com>
Wed, 7 Nov 2007 14:53:32 +0000 (14:53 +0000)
From: Dave Winchell <dwinchell@virtualiron.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/hvm/vpt.c

index b1bd111f190d013de7625d2a9f3ca16a82771f30..7199fdf6747dc47fea7225eca79d21dde882d77d 100644 (file)
@@ -59,7 +59,7 @@ static void pt_process_missed_ticks(struct periodic_time *pt)
     if ( mode_is(pt->vcpu->domain, no_missed_tick_accounting) )
     {
         pt->pending_intr_nr = 1;
-        pt->scheduled = now + pt->scheduled;
+        pt->scheduled = now + pt->period;
     }
     else
     {