diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r-- | include/asm-x86/smp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index 27d9f6595232..b2a1697e4700 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -9,6 +9,12 @@ extern cpumask_t cpu_callout_map; | |||
9 | extern int smp_num_siblings; | 9 | extern int smp_num_siblings; |
10 | extern unsigned int num_processors; | 10 | extern unsigned int num_processors; |
11 | 11 | ||
12 | /* | ||
13 | * Trampoline 80x86 program as an array. | ||
14 | */ | ||
15 | extern const unsigned char trampoline_data []; | ||
16 | extern const unsigned char trampoline_end []; | ||
17 | |||
12 | struct smp_ops { | 18 | struct smp_ops { |
13 | void (*smp_prepare_boot_cpu)(void); | 19 | void (*smp_prepare_boot_cpu)(void); |
14 | void (*smp_prepare_cpus)(unsigned max_cpus); | 20 | void (*smp_prepare_cpus)(unsigned max_cpus); |