diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r-- | include/asm-x86/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index 2ad2f4ffe498..ef26911dc22a 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -9,6 +9,7 @@ extern cpumask_t cpu_callout_map; | |||
9 | 9 | ||
10 | extern int smp_num_siblings; | 10 | extern int smp_num_siblings; |
11 | extern unsigned int num_processors; | 11 | extern unsigned int num_processors; |
12 | extern cpumask_t cpu_initialized; | ||
12 | 13 | ||
13 | extern u16 x86_cpu_to_apicid_init[]; | 14 | extern u16 x86_cpu_to_apicid_init[]; |
14 | extern u16 x86_bios_cpu_apicid_init[]; | 15 | extern u16 x86_bios_cpu_apicid_init[]; |
@@ -34,6 +35,8 @@ extern struct { | |||
34 | unsigned short ss; | 35 | unsigned short ss; |
35 | } stack_start; | 36 | } stack_start; |
36 | 37 | ||
38 | extern unsigned long init_rsp; | ||
39 | extern unsigned long initial_code; | ||
37 | 40 | ||
38 | struct smp_ops { | 41 | struct smp_ops { |
39 | void (*smp_prepare_boot_cpu)(void); | 42 | void (*smp_prepare_boot_cpu)(void); |