x86: Move mpc_apic_id to x86_init_ops
[deliverable/linux.git] / arch / x86 / kernel / apic / numaq_32.c
index f3717659265d357b2671fb25cf05070d982ddc40..222413f7e79796489e19b5405403b972dadb994b 100644 (file)
@@ -270,7 +270,6 @@ static struct x86_quirks numaq_x86_quirks __initdata = {
        .arch_trap_init                 = NULL,
        .mach_get_smp_config            = NULL,
        .mach_find_smp_config           = NULL,
-       .mpc_apic_id                    = mpc_apic_id,
        .mpc_oem_bus_info               = mpc_oem_bus_info,
        .mpc_oem_pci_bus                = mpc_oem_pci_bus,
        .smp_read_mpc_oem               = smp_read_mpc_oem,
@@ -293,6 +292,7 @@ static __init void early_check_numaq(void)
                x86_quirks = &numaq_x86_quirks;
                x86_init.mpparse.mpc_record = numaq_mpc_record;
                x86_init.mpparse.setup_ioapic_ids = x86_init_noop;
+               x86_init.mpparse.mpc_apic_id = mpc_apic_id;
        }
 }
 
This page took 0.023964 seconds and 5 git commands to generate.