Skip to content

Commit

Permalink
ia64/pv_ops/xen: implement xen pv_irq_ops.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Isaku Yamahata authored and Tony Luck committed Oct 17, 2008
1 parent 78c2ae4 commit 7477de9
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 7477de9

Please sign in to comment.