x86: Move mpc_apic_id to x86_init_ops
[deliverable/linux.git] / arch / x86 / kernel / x86_init.c
index f4a32b3ab0249c0826cc333fdff748741198f074..08749f2612f30c52f2b6ba0ca377b89f362dfd0d 100644 (file)
@@ -6,6 +6,7 @@
 #include <linux/init.h>
 
 #include <asm/bios_ebda.h>
+#include <asm/mpspec.h>
 #include <asm/setup.h>
 #include <asm/e820.h>
 
@@ -28,5 +29,6 @@ struct __initdata x86_init_ops x86_init = {
        .mpparse = {
                .mpc_record             = x86_init_uint_noop,
                .setup_ioapic_ids       = x86_init_noop,
+               .mpc_apic_id            = default_mpc_apic_id,
        },
 };
This page took 0.024254 seconds and 5 git commands to generate.