x86: move mp_register_lapic_address to boot.c
[deliverable/linux.git] / arch / x86 / kernel / mpparse_32.c
index ebec70a14198ef76376b11020b9ca918766a94b4..052043ed64991b14e9b7f9297d8f241dc60b99bd 100644 (file)
@@ -785,18 +785,6 @@ void __init find_smp_config (void)
 
 #ifdef CONFIG_ACPI
 
-void __init mp_register_lapic_address(u64 address)
-{
-       mp_lapic_addr = (unsigned long) address;
-
-       set_fixmap_nocache(FIX_APIC_BASE, mp_lapic_addr);
-
-       if (boot_cpu_physical_apicid == -1U)
-               boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id());
-
-       Dprintk("Boot CPU = %d\n", boot_cpu_physical_apicid);
-}
-
 #ifdef CONFIG_X86_IO_APIC
 
 #define MP_ISA_BUS             0
This page took 0.02733 seconds and 5 git commands to generate.