summaryrefslogtreecommitdiff
path: root/arch/ia64/xen/Makefile
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2008-10-17 02:18:08 (GMT)
committerTony Luck <tony.luck@intel.com>2008-10-17 17:08:02 (GMT)
commitdcbbecdad53bd6273891ad018f9c6bb8f2b7813c (patch)
tree1db1a5ac692428c6ec258c39593647ee78e0d690 /arch/ia64/xen/Makefile
parent7477de989faffd4be4adfa3d3e1bf35bdf2e0f75 (diff)
downloadlinux-dcbbecdad53bd6273891ad018f9c6bb8f2b7813c.tar.xz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile
index 01c4289..ed31c76 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