aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r--arch/x86/include/asm/smp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
index 3597825a3112..bc6f84e11d32 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -47,10 +47,7 @@ DECLARE_EARLY_PER_CPU(u16, x86_cpu_to_apicid);
47DECLARE_EARLY_PER_CPU(u16, x86_bios_cpu_apicid); 47DECLARE_EARLY_PER_CPU(u16, x86_bios_cpu_apicid);
48 48
49/* Static state in head.S used to set up a CPU */ 49/* Static state in head.S used to set up a CPU */
50extern struct { 50extern unsigned long stack_start; /* Initial stack pointer address */
51 void *sp;
52 unsigned short ss;
53} stack_start;
54 51
55struct smp_ops { 52struct smp_ops {
56 void (*smp_prepare_boot_cpu)(void); 53 void (*smp_prepare_boot_cpu)(void);