diff options
Diffstat (limited to 'include/asm-x86/smp_64.h')
-rw-r--r-- | include/asm-x86/smp_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/smp_64.h b/include/asm-x86/smp_64.h index b1d5381aa760..6fa332db29cc 100644 --- a/include/asm-x86/smp_64.h +++ b/include/asm-x86/smp_64.h | |||
@@ -27,7 +27,7 @@ extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), | |||
27 | void *info, int wait); | 27 | void *info, int wait); |
28 | 28 | ||
29 | extern u16 __initdata x86_cpu_to_apicid_init[]; | 29 | extern u16 __initdata x86_cpu_to_apicid_init[]; |
30 | extern void *x86_cpu_to_apicid_ptr; | 30 | extern void *x86_cpu_to_apicid_early_ptr; |
31 | extern u16 bios_cpu_apicid[]; | 31 | extern u16 bios_cpu_apicid[]; |
32 | 32 | ||
33 | DECLARE_PER_CPU(cpumask_t, cpu_sibling_map); | 33 | DECLARE_PER_CPU(cpumask_t, cpu_sibling_map); |