diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/smp_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/smp_64.h b/include/asm-x86/smp_64.h index e5bc1be70827..1ecf8134bdc9 100644 --- a/include/asm-x86/smp_64.h +++ b/include/asm-x86/smp_64.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <asm/thread_info.h> | 14 | #include <asm/thread_info.h> |
15 | 15 | ||
16 | extern cpumask_t cpu_initialized; | 16 | extern cpumask_t cpu_initialized; |
17 | extern cpumask_t cpu_callin_map; | ||
17 | 18 | ||
18 | extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), | 19 | extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), |
19 | void *info, int wait); | 20 | void *info, int wait); |