x86: move mp_register_lapic to boot.c
[sfrench/cifs-2.6.git] / arch / x86 / kernel / mpparse_64.c
index f860727e9151f4ad4cf4c47b9ac057c49d327ef3..03c19a2e6e9e1b5d3fcc79b861e28b42986a6759 100644 (file)
@@ -601,16 +601,6 @@ void __init mp_register_lapic_address(u64 address)
        if (boot_cpu_physical_apicid == -1U)
                boot_cpu_physical_apicid  = GET_APIC_ID(read_apic_id());
 }
-void __cpuinit mp_register_lapic(int id, u8 enabled)
-{
-       if (!enabled) {
-               ++disabled_cpus;
-               return;
-       }
-
-       generic_processor_info(id, 0);
-}
-
 
 #define MP_ISA_BUS             0
 #define MP_MAX_IOAPIC_PIN      127