x86: move mp_register_lapic_address to boot.c
[sfrench/cifs-2.6.git] / arch / x86 / kernel / mpparse_64.c
index 03c19a2e6e9e1b5d3fcc79b861e28b42986a6759..1c3bf80b3ba644ecbb372563aea745c0b978a0a3 100644 (file)
@@ -594,14 +594,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());
-}
-
 #define MP_ISA_BUS             0
 #define MP_MAX_IOAPIC_PIN      127