aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r--arch/x86/kernel/process_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index 4c13b1406c7..b795e831afd 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -682,7 +682,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p)
682 682
683 /* we're going to use this soon, after a few expensive things */ 683 /* we're going to use this soon, after a few expensive things */
684 if (next_p->fpu_counter>5) 684 if (next_p->fpu_counter>5)
685 prefetch(&next->i387.fxsave); 685 prefetch(next->xstate);
686 686
687 /* 687 /*
688 * Reload esp0, LDT and the page table pointer: 688 * Reload esp0, LDT and the page table pointer: