diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 11:18:08 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 10:08:02 -0700 |
commit | dcbbecdad53bd6273891ad018f9c6bb8f2b7813c (patch) | |
tree | 1db1a5ac692428c6ec258c39593647ee78e0d690 /arch/ia64/xen/Makefile | |
parent | 7477de989faffd4be4adfa3d3e1bf35bdf2e0f75 (diff) | |
download | blackbird-op-linux-dcbbecdad53bd6273891ad018f9c6bb8f2b7813c.tar.gz blackbird-op-linux-dcbbecdad53bd6273891ad018f9c6bb8f2b7813c.zip |
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/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index 01c4289f0a40..ed31c76d2bf0 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile @@ -3,7 +3,7 @@ # obj-y := hypercall.o xenivt.o xensetup.o xen_pv_ops.o irq_xen.o \ - hypervisor.o xencomm.o xcom_hcall.o grant-table.o + hypervisor.o xencomm.o xcom_hcall.o grant-table.o time.o AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN |