aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-02-14 07:18:51 -0500
committerIngo Molnar <mingo@elte.hu>2011-02-14 07:18:56 -0500
commit91e04ec05838a5b2c790decf2a91af98cb1666e8 (patch)
treeea7373bdfab118ab6312ed3fa1fc0694ccfb38db /arch/x86/include/asm/smp.h
parent792363d2beceb1c7d865e517fa9939c8b8c1442a (diff)
parent100b33c8bd8a3235fd0b7948338d6cbb3db3c63d (diff)
Merge commit 'v2.6.38-rc4' into x86/cpu
Merge reason: pick up the latest fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
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);