diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r-- | include/asm-x86/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index be8a511fdb1d..28cb1f8bb47e 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -63,6 +63,7 @@ void native_smp_cpus_done(unsigned int max_cpus); | |||
63 | int native_cpu_up(unsigned int cpunum); | 63 | int native_cpu_up(unsigned int cpunum); |
64 | 64 | ||
65 | extern unsigned disabled_cpus; | 65 | extern unsigned disabled_cpus; |
66 | extern void prefill_possible_map(void); | ||
66 | #endif | 67 | #endif |
67 | 68 | ||
68 | #ifdef CONFIG_X86_32 | 69 | #ifdef CONFIG_X86_32 |