x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()
authorYinghai Lu <yinghai@kernel.org>
Wed, 6 May 2009 17:08:22 +0000 (10:08 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 08:35:09 +0000 (10:35 +0200)
commite20c06fd6950265a899edd96a02dc2e6ae2d1ce5
tree851deab98ff271debe6efb76443fb5fdc3d0be0c
parentbdfe8ac153546537ed24de69610ea781a734f785
x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()

To prepare those params for pcibios_irq_enable() to call setup_io_apic_routing().

[ Impact: extend function call API to prepare for new functionality ]

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Len Brown <lenb@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <4A01C406.2040303@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/apic/io_apic.c
arch/x86/pci/irq.c
drivers/pci/hotplug/ibmphp_core.c