diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-03 12:12:58 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:56 -0400 |
commit | a355352b97901d987f54ea7c7d7161eb51a3799c (patch) | |
tree | 70ccde573fa07e8d2c38c113aef0718d9dc31fa6 /include/asm-x86 | |
parent | 5382e89670399f9db8a58b3c6f850fa4a94f6cca (diff) |
x86: move equal types to common file
move definitions that are now equal in type from
smpboot_{32,64}.c to smpboot.c
cpu_callin_map is put temporarily in smp_64.h (already
exists in smp_32.h), and will soon be merged.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-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); |