aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r--include/asm-x86/smp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index 9620165d3b78..be8a511fdb1d 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -2,6 +2,7 @@
2#define _ASM_X86_SMP_H_ 2#define _ASM_X86_SMP_H_
3#ifndef __ASSEMBLY__ 3#ifndef __ASSEMBLY__
4#include <linux/cpumask.h> 4#include <linux/cpumask.h>
5#include <linux/init.h>
5 6
6extern cpumask_t cpu_callout_map; 7extern cpumask_t cpu_callout_map;
7 8
@@ -60,6 +61,8 @@ void native_smp_prepare_boot_cpu(void);
60void native_smp_prepare_cpus(unsigned int max_cpus); 61void native_smp_prepare_cpus(unsigned int max_cpus);
61void native_smp_cpus_done(unsigned int max_cpus); 62void native_smp_cpus_done(unsigned int max_cpus);
62int native_cpu_up(unsigned int cpunum); 63int native_cpu_up(unsigned int cpunum);
64
65extern unsigned disabled_cpus;
63#endif 66#endif
64 67
65#ifdef CONFIG_X86_32 68#ifdef CONFIG_X86_32