x86, fpu: split FPU state from task struct - v5
[linux-2.6-block.git] / arch / x86 / kernel / process_32.c
index a3790a3f8a8399cf53aaad1557730ca7e2726d11..3890a5dd25f926241bb3e43d0d2a6014647a4bb5 100644 (file)
@@ -703,7 +703,7 @@ struct task_struct * __switch_to(struct task_struct *prev_p, struct task_struct
 
        /* we're going to use this soon, after a few expensive things */
        if (next_p->fpu_counter > 5)
-               prefetch(&next->i387.fxsave);
+               prefetch(next->xstate);
 
        /*
         * Reload esp0.