From: Yinghai Lu Date: Wed, 6 May 2009 17:10:06 +0000 (-0700) Subject: x86/pci: update pirq_enable_irq() to setup io apic routing X-Git-Tag: v2.6.31-rc1~423^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c61b70075c87a8612624736faf4a2de5b1ed30;p=pandora-kernel.git x86/pci: update pirq_enable_irq() to setup io apic routing So we can set io apic routing only when enabling the device irq. This is advantageous for IRQ descriptor allocation affinity: if we set up the IO-APIC entry later, we have a chance to allocate the IRQ descriptor later and know which device it is on and can set affinity accordingly. [ Impact: standardize/enhance irq-enabling sequence for mptable irqs ] Signed-off-by: Yinghai Lu Acked-by: Jesse Barnes Cc: Len Brown Cc: Andrew Morton LKML-Reference: <4A01C46E.8000501@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed