On Thu, Feb 21, 2008 at 03:11:04PM -0800, Jeremy Fitzhardinge wrote:
> [EMAIL PROTECTED] 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)?

It does. I'll look into sharing code.
(Probably after cpu paravirtualization)

-- 
yamahata
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to