diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-16 22:18:08 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 13:08:02 -0400 |
commit | dcbbecdad53bd6273891ad018f9c6bb8f2b7813c (patch) | |
tree | 1db1a5ac692428c6ec258c39593647ee78e0d690 /arch/ia64/xen/xen_pv_ops.c | |
parent | 7477de989faffd4be4adfa3d3e1bf35bdf2e0f75 (diff) |
ia64/pv_ops/xen: implement xen pv_time_ops.
implement xen pv_time_ops to account steal time.
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/xen_pv_ops.c')
-rw-r--r-- | arch/ia64/xen/xen_pv_ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/xen/xen_pv_ops.c b/arch/ia64/xen/xen_pv_ops.c index 4fe4e621b7b6..04cd12350455 100644 --- a/arch/ia64/xen/xen_pv_ops.c +++ b/arch/ia64/xen/xen_pv_ops.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <asm/xen/privop.h> | 30 | #include <asm/xen/privop.h> |
31 | 31 | ||
32 | #include "irq_xen.h" | 32 | #include "irq_xen.h" |
33 | #include "time.h" | ||
33 | 34 | ||
34 | /*************************************************************************** | 35 | /*************************************************************************** |
35 | * general info | 36 | * general info |
@@ -357,6 +358,7 @@ xen_setup_pv_ops(void) | |||
357 | pv_cpu_ops = xen_cpu_ops; | 358 | pv_cpu_ops = xen_cpu_ops; |
358 | pv_iosapic_ops = xen_iosapic_ops; | 359 | pv_iosapic_ops = xen_iosapic_ops; |
359 | pv_irq_ops = xen_irq_ops; | 360 | pv_irq_ops = xen_irq_ops; |
361 | pv_time_ops = xen_time_ops; | ||
360 | 362 | ||
361 | paravirt_cpu_asm_init(&xen_cpu_asm_switch); | 363 | paravirt_cpu_asm_init(&xen_cpu_asm_switch); |
362 | } | 364 | } |