summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_32.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-04-04 23:41:57 +0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:35 +0200
commit31d2092eb0c23636b73d2c24c0c11b66470cef58 (patch)
treed2bc92d15ada32ae100187b702da4a21a047c758 /arch/x86/kernel/mpparse_32.c
parentdfac2189c2e1fbb90ee83f15b5e404425754e9f4 (diff)
downloadkernel-crypto-31d2092eb0c23636b73d2c24c0c11b66470cef58.tar.gz
kernel-crypto-31d2092eb0c23636b73d2c24c0c11b66470cef58.tar.xz
kernel-crypto-31d2092eb0c23636b73d2c24c0c11b66470cef58.zip
x86: move mp_register_lapic_address to boot.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r--arch/x86/kernel/mpparse_32.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index ebec70a1419..052043ed649 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -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