ia64/pv_ops/xen: implement xen pv_time_ops.
[safe/jmp/linux-2.6] / arch / ia64 / xen / xen_pv_ops.c
index 4fe4e62..04cd123 100644 (file)
@@ -30,6 +30,7 @@
 #include <asm/xen/privop.h>
 
 #include "irq_xen.h"
+#include "time.h"
 
 /***************************************************************************
  * general info
@@ -357,6 +358,7 @@ xen_setup_pv_ops(void)
        pv_cpu_ops = xen_cpu_ops;
        pv_iosapic_ops = xen_iosapic_ops;
        pv_irq_ops = xen_irq_ops;
+       pv_time_ops = xen_time_ops;
 
        paravirt_cpu_asm_init(&xen_cpu_asm_switch);
 }