diff options
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 61f7481c31dd..347a7aba8b16 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -336,6 +336,7 @@ void flush_thread(void) | |||
336 | /* | 336 | /* |
337 | * Forget coprocessor state.. | 337 | * Forget coprocessor state.. |
338 | */ | 338 | */ |
339 | tsk->fpu_counter = 0; | ||
339 | clear_fpu(tsk); | 340 | clear_fpu(tsk); |
340 | clear_used_math(); | 341 | clear_used_math(); |
341 | } | 342 | } |