public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 24/28] ia64/xen: time paravirtualization
@ 2008-02-21 23:11 Jeremy Fitzhardinge
  2008-02-22  3:57 ` Isaku Yamahata
  2008-02-22  5:10 ` Isaku Yamahata
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2008-02-21 23:11 UTC (permalink / raw)
  To: linux-ia64

yamahata@valinux.co.jp wrote:
> diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
> index 17fda52..1bb0362 100644
> --- a/arch/ia64/kernel/time.c
> +++ b/arch/ia64/kernel/time.c
> @@ -29,6 +29,14 @@
>  #include <asm/sections.h>
>  #include <asm/system.h>
>  
> +#include <asm/xen/hypervisor.h>
> +#ifdef CONFIG_XEN
> +#include <linux/kernel_stat.h>
> +#include <linux/posix-timers.h>
> +#include <xen/interface/vcpu.h>
> +#include <asm/percpu.h>
> +#endif
> +

ia64 doesn't use clocksources yet?  Couldn't you share a lot of this 
with the 32-bit Xen time code (esp stolen time accounting)?

    J

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-22  5:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 23:11 [PATCH 24/28] ia64/xen: time paravirtualization Jeremy Fitzhardinge
2008-02-22  3:57 ` Isaku Yamahata
2008-02-22  5:10 ` Isaku Yamahata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox