diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-02-14 07:28:29 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-02-14 07:28:31 -0500 |
commit | b366801c95bdbeda811ac9668a3943051a18c188 (patch) | |
tree | 79f08da2ad33a3159e67df344a4c411c88da7db6 /arch/x86/kernel/smpboot.c | |
parent | eff9073790e1286aa12bf1c65814d3e0132b12e1 (diff) | |
parent | 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d (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/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 522b2173888a..8886ef36d5dd 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -577,7 +577,7 @@ wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) | |||
577 | * target processor state. | 577 | * target processor state. |
578 | */ | 578 | */ |
579 | startup_ipi_hook(phys_apicid, (unsigned long) start_secondary, | 579 | startup_ipi_hook(phys_apicid, (unsigned long) start_secondary, |
580 | (unsigned long)stack_start.sp); | 580 | stack_start); |
581 | 581 | ||
582 | /* | 582 | /* |
583 | * Run STARTUP IPI loop. | 583 | * Run STARTUP IPI loop. |
@@ -724,7 +724,7 @@ do_rest: | |||
724 | #endif | 724 | #endif |
725 | early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu); | 725 | early_gdt_descr.address = (unsigned long)get_cpu_gdt_table(cpu); |
726 | initial_code = (unsigned long)start_secondary; | 726 | initial_code = (unsigned long)start_secondary; |
727 | stack_start.sp = (void *) c_idle.idle->thread.sp; | 727 | stack_start = c_idle.idle->thread.sp; |
728 | 728 | ||
729 | /* start_ip had better be page-aligned! */ | 729 | /* start_ip had better be page-aligned! */ |
730 | start_ip = setup_trampoline(); | 730 | start_ip = setup_trampoline(); |