x86: Move pre_intr_init to x86_init_ops
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 07:41:38 +0000 (09:41 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:45 +0000 (09:35 +0200)
commitd9112f43021554ded2ef2b9bea5f88ba4b52abe0
tree40d8f33402f18af494549af8e9ee1a2f83fc2736
parentb3f1b617f49447df6c3f5fac9c225aaea8b724ea
x86: Move pre_intr_init to x86_init_ops

Replace the quirk machinery by a x86_init_ops function which
defaults to the standard implementation. This is also a preparatory
patch for Moorestown support which needs to replace the default
init_ISA_irqs as well.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/irq.h
arch/x86/include/asm/setup.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/irqinit.c
arch/x86/kernel/visws_quirks.c
arch/x86/kernel/x86_init.c