From: Konrad Rzeszutek Wilk Date: Wed, 6 Jul 2011 19:15:23 +0000 (-0400) Subject: xen/pci: Remove 'xen_allocate_pirq_gsi'. X-Git-Tag: v3.1-rc1~319^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78316ada2222b5e3abc043eea7644e12319042d6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed