diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-03 14:12:58 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:40:56 +0200 |
commit | a355352b97901d987f54ea7c7d7161eb51a3799c (patch) | |
tree | 70ccde573fa07e8d2c38c113aef0718d9dc31fa6 /include/asm-x86 | |
parent | 5382e89670399f9db8a58b3c6f850fa4a94f6cca (diff) | |
download | kernel-crypto-a355352b97901d987f54ea7c7d7161eb51a3799c.tar.gz kernel-crypto-a355352b97901d987f54ea7c7d7161eb51a3799c.tar.xz kernel-crypto-a355352b97901d987f54ea7c7d7161eb51a3799c.zip |
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 e5bc1be7082..1ecf8134bdc 100644 --- a/include/asm-x86/smp_64.h +++ b/include/asm-x86/smp_64.h @@ -14,6 +14,7 @@ #include <asm/thread_info.h> extern cpumask_t cpu_initialized; +extern cpumask_t cpu_callin_map; extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info, int wait); |