aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-02-14 07:28:29 -0500
committerIngo Molnar <mingo@elte.hu>2011-02-14 07:28:31 -0500
commitb366801c95bdbeda811ac9668a3943051a18c188 (patch)
tree79f08da2ad33a3159e67df344a4c411c88da7db6 /arch/x86/include/asm/smp.h
parenteff9073790e1286aa12bf1c65814d3e0132b12e1 (diff)
parent100b33c8bd8a3235fd0b7948338d6cbb3db3c63d (diff)
Merge commit 'v2.6.38-rc4' into x86/numa
Merge reason: Merge latest fixes before applying new patch. 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 75927822c5c8..b296ca6f40bb 100644
--- a/arch/x86/include/asm/smp.h
+++ b/arch/x86/include/asm/smp.h
@@ -43,10 +43,7 @@ DECLARE_EARLY_PER_CPU(int, x86_cpu_to_logical_apicid);
43#endif 43#endif
44 44
45/* Static state in head.S used to set up a CPU */ 45/* Static state in head.S used to set up a CPU */
46extern struct { 46extern unsigned long stack_start; /* Initial stack pointer address */
47 void *sp;
48 unsigned short ss;
49} stack_start;
50 47
51struct smp_ops { 48struct smp_ops {
52 void (*smp_prepare_boot_cpu)(void); 49 void (*smp_prepare_boot_cpu)(void);