# HG changeset patch # User Keir Fraser # Date 1194447212 0 # Node ID 644e7577f6ee00f746a63a63ca16284cc31f9ee8 # Parent 00db9ec39831dc092cefc8bbf747ef90d19241a9 x86, hvm: Fix typo in no-missed-tick-accounting timer mode. From: Dave Winchell Signed-off-by: Keir Fraser 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 {