summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp_64.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-03 18:12:58 +0100
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:40:56 +0200
commita355352b97901d987f54ea7c7d7161eb51a3799c (patch)
tree70ccde573fa07e8d2c38c113aef0718d9dc31fa6 /include/asm-x86/smp_64.h
parentx86: adjust types in smpcommon_32.c (diff)
downloadlinux-a355352b97901d987f54ea7c7d7161eb51a3799c.tar.xz
linux-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 '')
-rw-r--r--include/asm-x86/smp_64.h1
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 @@
#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);