[PATCH] i386/x86_64: FIX pci_enable_irq to set dev->irq to the irq number
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 8 Oct 2006 13:41:19 +0000 (07:41 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:24:02 +0000 (12:24 -0700)
commit7da5d406792eedb5341a8c20296470b2e67743e7
treee0bb0625be2631eb22b39526d7dd0c5543c1654e
parentca4aa09635516258f158a7bc1594a794e4c34864
[PATCH] i386/x86_64: FIX pci_enable_irq to set dev->irq to the irq number

In commit ace80ab796ae30d2c9ee8a84ab6f608a61f8b87b I removed the weird
logic that used the vector number as the irq number when MSI was
defined.  However pci_enable_irq was using a different test in the
io_apic_assign_irqs path and I missed it :(

This patch removes the wrong code so no one hits this problem.

This code is only active when a specific set of boot command line
parameters is specified which likely explains why no one has notices
this earlier.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/pci/irq.c