From: Ian Campbell Date: Thu, 10 Mar 2011 16:08:07 +0000 (+0000) Subject: xen: events: refactor GSI pirq bindings functions X-Git-Tag: v2.6.39-rc1~438^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d0635bf8894b7ba43d7a54733f3e26fe6ced2e;p=pandora-kernel.git xen: events: refactor GSI pirq bindings functions Following the example set by xen_allocate_pirq_msi and xen_bind_pirq_msi_to_irq: xen_allocate_pirq becomes xen_allocate_pirq_gsi and now only allocates a pirq number and does not bind it. xen_map_pirq_gsi becomes xen_bind_pirq_gsi_to_irq and binds an existing pirq. Signed-off-by: Ian Campbell Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed