]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/acpi/sleep.c
Merge branch 'linus' into x86/urgent
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / acpi / sleep.c
index 41bb130c31db84d003d504d1a89bbab56a15c4e0..793ad2045f585acceb8501d5c08c86f20803f871 100644 (file)
@@ -104,7 +104,9 @@ int acpi_save_state_mem(void)
        saved_magic = 0x12345678;
 #else /* CONFIG_64BIT */
        header->trampoline_segment = setup_trampoline() >> 4;
-       init_rsp = (unsigned long)temp_stack + 4096;
+#ifdef CONFIG_SMP
+       stack_start.sp = temp_stack + 4096;
+#endif
        initial_code = (unsigned long)wakeup_long64;
        saved_magic = 0x123456789abcdef0;
 #endif /* CONFIG_64BIT */