]> git.openfabrics.org - ~emulex/infiniband.git/commit
xen: events: remove dom0 specific xen_create_msi_irq
authorIan Campbell <Ian.Campbell@citrix.com>
Fri, 18 Feb 2011 17:06:55 +0000 (17:06 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 10 Mar 2011 19:44:45 +0000 (14:44 -0500)
commit71eef7d1e3d9df760897fdd2cad6949a8bcf1620
treeb9c2a91248e58618eada7e120023fb641dcb719b
parentca1d8fe9521fb67c95cfa736c08f4bbbc282b5bd
xen: events: remove dom0 specific xen_create_msi_irq

The function name does not distinguish it from xen_allocate_pirq_msi
(which operates on domU and pvhvm domains rather than dom0).

Hoist domain 0 specific functionality up into the only caller leaving
functionality common to all guest types in xen_bind_pirq_msi_to_irq.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/pci/xen.c
drivers/xen/events.c
include/xen/events.h