X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fsmp.h;h=d5704421456b5016dd6b23e2aef538fffb209b45;hb=9964cf7d776600724ef5f1b33303ceadc588b8ba;hp=e17b9ec42e98d105d61d373ce47a828f8e6eaabc;hpb=7e23772f414cdbfb2a08aed237d6e926bb1cb728;p=pandora-kernel.git diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index e17b9ec42e98..d5704421456b 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h @@ -7,12 +7,12 @@ #include #include #include +#include extern int disable_apic; -#include #include -#include #include +#include #include #ifdef CONFIG_SMP @@ -37,7 +37,6 @@ extern void lock_ipi_call_lock(void); extern void unlock_ipi_call_lock(void); extern int smp_num_siblings; extern void smp_send_reschedule(int cpu); -void smp_stop_cpu(void); extern cpumask_t cpu_sibling_map[NR_CPUS]; extern cpumask_t cpu_core_map[NR_CPUS]; @@ -68,7 +67,7 @@ extern int __cpu_disable(void); extern void __cpu_die(unsigned int cpu); extern void prefill_possible_map(void); extern unsigned num_processors; -extern unsigned disabled_cpus; +extern unsigned __cpuinitdata disabled_cpus; #define NO_PROC_ID 0xFF /* No processor magic marker */