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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index b2a1697e4700..513c8571a4a0 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -14,6 +14,7 @@ extern unsigned int num_processors;
14 */ 14 */
15extern const unsigned char trampoline_data []; 15extern const unsigned char trampoline_data [];
16extern const unsigned char trampoline_end []; 16extern const unsigned char trampoline_end [];
17extern unsigned char *trampoline_base;
17 18
18struct smp_ops { 19struct smp_ops {
19 void (*smp_prepare_boot_cpu)(void); 20 void (*smp_prepare_boot_cpu)(void);
@@ -81,6 +82,9 @@ extern void __cpu_die(unsigned int cpu);
81 82
82extern unsigned disabled_cpus; 83extern unsigned disabled_cpus;
83extern void prefill_possible_map(void); 84extern void prefill_possible_map(void);
85
86#define SMP_TRAMPOLINE_BASE 0x6000
87extern unsigned long setup_trampoline(void);
84#endif 88#endif
85 89
86#ifdef CONFIG_X86_32 90#ifdef CONFIG_X86_32