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 f6c62667e30c..0a7a4f5bbaa9 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -317,7 +317,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) | |||
317 | 317 | ||
318 | /* we're going to use this soon, after a few expensive things */ | 318 | /* we're going to use this soon, after a few expensive things */ |
319 | if (preload_fpu) | 319 | if (preload_fpu) |
320 | prefetch(next->xstate); | 320 | prefetch(next->fpu.state); |
321 | 321 | ||
322 | /* | 322 | /* |
323 | * Reload esp0. | 323 | * Reload esp0. |