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>
Showing
- arch/x86/include/asm/mpspec.h 2 additions, 0 deletionsarch/x86/include/asm/mpspec.h
- arch/x86/include/asm/setup.h 0 additions, 2 deletionsarch/x86/include/asm/setup.h
- arch/x86/include/asm/x86_init.h 4 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/apic/numaq_32.c 1 addition, 1 deletionarch/x86/kernel/apic/numaq_32.c
- arch/x86/kernel/mpparse.c 6 additions, 4 deletionsarch/x86/kernel/mpparse.c
- arch/x86/kernel/x86_init.c 2 additions, 0 deletionsarch/x86/kernel/x86_init.c
Loading
Please register or sign in to comment