aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/xen/Makefile
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2008-10-17 11:18:07 +0900
committerTony Luck <tony.luck@intel.com>2008-10-17 10:07:33 -0700
commit7477de989faffd4be4adfa3d3e1bf35bdf2e0f75 (patch)
treebd4c3b51538124f36b32a2146cbe2c2dd6c608f8 /arch/ia64/xen/Makefile
parent78c2ae4a0ebd1ab46160e163bf4ca1b7e9463301 (diff)
downloadkernel_samsung_smdk4412-7477de989faffd4be4adfa3d3e1bf35bdf2e0f75.tar.gz
kernel_samsung_smdk4412-7477de989faffd4be4adfa3d3e1bf35bdf2e0f75.tar.bz2
kernel_samsung_smdk4412-7477de989faffd4be4adfa3d3e1bf35bdf2e0f75.zip
ia64/pv_ops/xen: implement xen pv_irq_ops.
implement xen pv_irq_ops to paravirtualize irq handling with xen event channel. Cc: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> 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 9b77e8ae4f3..01c4289f0a4 100644
--- a/arch/ia64/xen/Makefile
+++ b/arch/ia64/xen/Makefile
@@ -2,7 +2,7 @@
# Makefile for Xen components
#
-obj-y := hypercall.o xenivt.o xensetup.o xen_pv_ops.o \
+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
AFLAGS_xenivt.o += -D__IA64_ASM_PARAVIRTUALIZED_XEN