Commit 1e84bf47 authored by Len Brown's avatar Len Brown

Cset exclude: torvalds@ppc970.osdl.org|ChangeSet|20041111002817|28673

Cset exclude: acme@conectiva.com.br[torvalds]|ChangeSet|20041111002501|29509
parent 46755e1f
...@@ -1069,13 +1069,11 @@ static int pin_2_irq(int idx, int apic, int pin) ...@@ -1069,13 +1069,11 @@ static int pin_2_irq(int idx, int apic, int pin)
while (i < apic) while (i < apic)
irq += nr_ioapic_registers[i++]; irq += nr_ioapic_registers[i++];
irq += pin; irq += pin;
#ifdef CONFIG_ACPI_BOOT
/* /*
* For MPS mode, so far only used by ES7000 platform * For MPS mode, so far only used by ES7000 platform
*/ */
if (platform_rename_gsi) if (platform_rename_gsi)
irq = platform_rename_gsi(apic, irq); irq = platform_rename_gsi(apic, irq);
#endif
break; break;
} }
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment