[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] x86, hvm: Fix typo in no-missed-tick-accounting timer mode.



# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1194447212 0
# Node ID 644e7577f6ee00f746a63a63ca16284cc31f9ee8
# Parent  00db9ec39831dc092cefc8bbf747ef90d19241a9
x86, hvm: Fix typo in no-missed-tick-accounting timer mode.
From: Dave Winchell <dwinchell@xxxxxxxxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/arch/x86/hvm/vpt.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 00db9ec39831 -r 644e7577f6ee xen/arch/x86/hvm/vpt.c
--- a/xen/arch/x86/hvm/vpt.c    Wed Nov 07 14:15:44 2007 +0000
+++ b/xen/arch/x86/hvm/vpt.c    Wed Nov 07 14:53:32 2007 +0000
@@ -59,7 +59,7 @@ static void pt_process_missed_ticks(stru
     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
     {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.