x86: Add pcibios_fixup_irqs to x86_init
authorThomas Gleixner <tglx@linutronix.de>
Sat, 29 Aug 2009 15:51:26 +0000 (17:51 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 20 Feb 2010 00:12:39 +0000 (16:12 -0800)
commit9325a28ce2fa7c597e5ed41455a06c30b82b5710
tree8221302610bd01c53932284ac48fe78be88633e8
parentab3b37937e8f4fb38dc9780b7bc3fd3c5195cca3
x86: Add pcibios_fixup_irqs to x86_init

Platforms like Moorestown want to override the pcibios_fixup_irqs
default function. Add it to x86_init.pci.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <43F901BD926A4E43B106BF17856F07559FB80D00@orsmsx508.amr.corp.intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Jacob Pan <jacob.jun.pan@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/pci_x86.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/x86_init.c
arch/x86/pci/irq.c