commit | e6197acc726ab3baa60375a5891d58c2ee87e0f3 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Feb 24 14:20:12 2011 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Apr 14 11:17:55 2011 -0400 |
tree | 8403be98a0c6a3e2e845c30a4a028be2391a20e7 | |
parent | c7c2c3a28657cfdcef50c02b18ccca3761209e17 [diff] |
xen/irq: Export 'xen_pirq_from_irq' function. We need this to find the real Xen PIRQ value for a device that requests an MSI or MSI-X. In the past we used 'xen_gsi_from_irq' since that function would return an Xen PIRQ or GSI depending on the provided IRQ. Now that we have seperated that we need to use the correct function. [v2: Deal with rebase on stable/irq.cleanup] Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>