[Xen-ia64-devel] [PATCH][RFC] [2/2]Consider steal time for IA64-PVdomain

2007-02-07 Thread Atsushi SAKAI
patch of steal time. Thanks Atsushi SAKAI consider_steal_time.patch Description: Binary data ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] [PATCH][RFC] [2/2]Consider steal time for IA64-PVdomain

2007-02-07 Thread Isaku Yamahata
On Wed, Feb 07, 2007 at 05:55:29PM +0900, Atsushi SAKAI wrote: @@ -64,6 +144,10 @@ timer_interrupt (int irq, void *dev_id, ia64_get_itc(), new_itm); profile_tick(CPU_PROFILING, regs); + +#ifdef CONFIG_XEN + new_itm += consider_steal_time(regs); +#endif