|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [PATCH][RFC] [2/2]Consider steal time for IA64-PVdo
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
|
|
|
|
|