diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-27 16:55:16 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:31 -0400 |
commit | acff5a768935f7f39e4e3be03940d70c005ffe96 (patch) | |
tree | 7f19dcd80f8ebd9b76a8f5b99d6feb3a9171a7a2 /arch/x86/kernel/smpboot.c | |
parent | fae9811b775655a02dcb51fa0b6423b546468bd1 (diff) |
x86: move x86_bios_cpu_apicid to apic_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index d3402e2c57eb..7bcee1584b50 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -83,8 +83,6 @@ EXPORT_PER_CPU_SYMBOL(x86_cpu_to_apicid); | |||
83 | u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata | 83 | u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata |
84 | = { [0 ... NR_CPUS-1] = BAD_APICID }; | 84 | = { [0 ... NR_CPUS-1] = BAD_APICID }; |
85 | void *x86_bios_cpu_apicid_early_ptr; | 85 | void *x86_bios_cpu_apicid_early_ptr; |
86 | DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID; | ||
87 | EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid); | ||
88 | 86 | ||
89 | /* Internal processor count */ | 87 | /* Internal processor count */ |
90 | unsigned int num_processors; | 88 | unsigned int num_processors; |