diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index a3790a3f8a83..3890a5dd25f9 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -703,7 +703,7 @@ struct task_struct * __switch_to(struct task_struct *prev_p, struct task_struct | |||
703 | 703 | ||
704 | /* we're going to use this soon, after a few expensive things */ | 704 | /* we're going to use this soon, after a few expensive things */ |
705 | if (next_p->fpu_counter > 5) | 705 | if (next_p->fpu_counter > 5) |
706 | prefetch(&next->i387.fxsave); | 706 | prefetch(next->xstate); |
707 | 707 | ||
708 | /* | 708 | /* |
709 | * Reload esp0. | 709 | * Reload esp0. |