Merge branch 'linus' into tracing/sysprof
[h-e-n] / arch / x86 / kernel / process_64.c
index dc534f4..ea090e6 100644 (file)
@@ -297,6 +297,7 @@ void flush_thread(void)
        /*
         * Forget coprocessor state..
         */
+       tsk->fpu_counter = 0;
        clear_fpu(tsk);
        clear_used_math();
 }