x86/smpboot: Remove initial_gs
[sfrench/cifs-2.6.git] / arch / x86 / kernel / acpi / sleep.c
index de89bb4719d06e87c56158dd27ef7079ea4dea78..1328c221af30e8dba1ef7c89a679de3c64132a08 100644 (file)
@@ -127,7 +127,6 @@ int x86_acpi_suspend_lowlevel(void)
         * value is in the actual %rsp register.
         */
        current->thread.sp = (unsigned long)temp_stack + sizeof(temp_stack);
-       initial_gs = per_cpu_offset(smp_processor_id());
        smpboot_control = smp_processor_id();
 #endif
        initial_code = (unsigned long)wakeup_long64;