diff options
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; |