x86: Move mpc_apic_id to x86_init_ops
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 08:41:58 +0000 (10:41 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Aug 2009 15:12:52 +0000 (17:12 +0200)
commitfd6c6661492226bb82f422157c535ac573cbecbd
treebbc1f0e0f9496f4670799c507b472514a19bbd19
parentde93410310952fb7b705f784ef22493c8362dbe8
x86: Move mpc_apic_id to x86_init_ops

The mpc_apic_id setup is handled by a x86_quirk. Make it a
x86_init_ops function with a default implementation.

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