]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/process_64.c
Merge branch 'linus' into tracing/sysprof
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / process_64.c
index dc534f40c8d3c68a810c7addf6ae69deb88b08f9..ea090e6cfe396fc4afc0d8b5c76ba6e4734f9a6f 100644 (file)
@@ -297,6 +297,7 @@ void flush_thread(void)
        /*
         * Forget coprocessor state..
         */
+       tsk->fpu_counter = 0;
        clear_fpu(tsk);
        clear_used_math();
 }