|
From: Jeremy F. <je...@go...> - 2008-02-21 23:14:01
|
yam...@va... 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
|