[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] [PATCH] Add a timer mode that disables pending missed ticks
Hi, Keir, Dave
Sorry, I made a silly mistake for my last patch. The
attached will fix it.
This piece of code should actually be added in
pt_restore_timer rather than pt_timer_fn.
+ else if (
(NOW() - pt->scheduled) >= 0
)
+ { + pt->pending_intr_nr++; + pt->scheduled = NOW() + pt->period; + } Best
Regards From: Keir Fraser [mailto:Keir.Fraser@xxxxxxxxxxxx] Sent: 2007年10月31日 0:13 To: Shan, Haitao Cc: xen-devel@xxxxxxxxxxxxxxxxxxx; Dong, Eddie; Jiang, Yunhong; Dave Winchell Subject: Re: [Xen-devel] [PATCH] Add a timer mode that disables pending missed ticks Applied as c/s 16274. Please take a look and make sure the mode works as you expect. -- Keir On 30/10/07 14:28, "Shan, Haitao" <haitao.shan@xxxxxxxxx> wrote: Hi, Keir, Attachment:
no_missed_ticks_fix.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |