From: Eric W. Biederman Date: Tue, 30 Mar 2010 08:07:05 +0000 (-0700) Subject: x86, acpi/irq: Fix acpi_sci_ioapic_setup so it has both bus_irq and gsi X-Git-Tag: v2.6.35-rc1~513^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2062b879495649bb525cf7979126da2e45d288;p=pandora-kernel.git x86, acpi/irq: Fix acpi_sci_ioapic_setup so it has both bus_irq and gsi Currently acpi_sci_ioapic_setup calls mp_override_legacy_irq with bus_irq == gsi, which is wrong if we are comming from an override Instead pass the bus_irq into acpi_sci_ioapic_setup. This fix was inspired by a similar fix from: Yinghai Lu Signed-off-by: Eric W. Biederman LKML-Reference: <1269936436-7039-4-git-send-email-ebiederm@xmission.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed