]> Pileus Git - ~andy/linux/commit
xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Jul 2011 17:03:35 +0000 (13:03 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:34 +0000 (13:19 -0400)
commit97ffab1f14638d2c95ad986ce735481d164a0bd2
treeed5c5c072d5b7dbb5c087dcb682072ff3075dbf2
parent78316ada2222b5e3abc043eea7644e12319042d6
xen/pci: Use 'acpi_gsi_to_irq' value unconditionally.

In the past we would only use the function's value if the
returned value was not equal to 'acpi_sci_override_gsi'. Meaning
that the INT_SRV_OVR values for global and source irq were different.
But it is OK to use the function's value even when the global
and source irq are the same.

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