From: Konrad Rzeszutek Wilk Date: Wed, 6 Jul 2011 17:03:35 +0000 (-0400) Subject: xen/pci: Use 'acpi_gsi_to_irq' value unconditionally. X-Git-Tag: v3.1-rc1~319^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ffab1f14638d2c95ad986ce735481d164a0bd2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed