xen/pci: Remove 'xen_allocate_pirq_gsi'.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Jul 2011 19:15:23 +0000 (15:15 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:33 +0000 (13:19 -0400)
commit78316ada2222b5e3abc043eea7644e12319042d6
tree92220adf3b6fbcf4d49a7f7933838e9e6464f245
parent34b1d1269d9fdaa1558e3014c3cc03ac0967de95
xen/pci: Remove 'xen_allocate_pirq_gsi'.

In the past (2.6.38) the 'xen_allocate_pirq_gsi' would allocate
an entry in a Linux IRQ -> {XEN_IRQ, type, event, ..} array. All
of that has been removed in 2.6.39 and the Xen IRQ subsystem uses
an linked list that is populated when the call to
'xen_allocate_irq_gsi' (universally done from any of the xen_bind_*
calls) is done. The 'xen_allocate_pirq_gsi' is a NOP and there is
no need for it anymore so lets remove it.

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