X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fsmp_64.h;h=284f701f2a8b707058a22bf15408d4e37c5d7acf;hb=53ebef4961c7d5347b4fa2b878258ccd11fc9663;hp=e0a75519ad216e714a1d5430d183c2608dd1a3c4;hpb=4f4ae0d42680889c62db4e1f3e6b4aa7787a7257;p=linux-2.6 diff --git a/include/asm-x86/smp_64.h b/include/asm-x86/smp_64.h index e0a75519ad..284f701f2a 100644 --- a/include/asm-x86/smp_64.h +++ b/include/asm-x86/smp_64.h @@ -13,16 +13,8 @@ #include #include -extern cpumask_t cpu_callout_map; extern cpumask_t cpu_initialized; -extern int smp_num_siblings; -extern unsigned int num_processors; - -extern void smp_alloc_memory(void); -extern void lock_ipi_call_lock(void); -extern void unlock_ipi_call_lock(void); - extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info, int wait);