]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/process_64.c
x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
[linux.git] / arch / x86 / kernel / process_64.c
index 302e7b2572d1883d7f79d90956446fff1ef8c8ab..a6ff6d1a011011afda0596d0963ab6cf07c6a384 100644 (file)
@@ -464,7 +464,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
         */
        this_cpu_write(current_task, next_p);
 
-       /* Reload esp0 and ss1.  This changes current_thread_info(). */
+       /* Reload sp0. */
        load_sp0(tss, next);
 
        /*