[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [PATCH][RFC] [2/2]Consider steal time for IA64-PVdomain
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 > > while (1) { > update_process_times(user_mode(regs)); This isn't transparent. Use "if (is_running_on_xen())" -- yamahata _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |