commit | 97ffab1f14638d2c95ad986ce735481d164a0bd2 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jul 06 13:03:35 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jul 11 13:19:34 2011 -0400 |
tree | ed5c5c072d5b7dbb5c087dcb682072ff3075dbf2 | |
parent | 78316ada2222b5e3abc043eea7644e12319042d6 [diff] |
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>