]> www.infradead.org Git - users/jedix/linux-maple.git/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>
Wed, 19 Oct 2011 18:48:03 +0000 (14:48 -0400)
commitb61ea96d57299d63f25d8a39921444459cc98997
tree9568eaf24654506e36e0306df38a2a700f50e85f
parent52b102d2f60a41fdf9d4a02edcbd908504571904
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