diff options
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index dc534f40c8d3..ea090e6cfe39 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -297,6 +297,7 @@ void flush_thread(void) | |||
297 | /* | 297 | /* |
298 | * Forget coprocessor state.. | 298 | * Forget coprocessor state.. |
299 | */ | 299 | */ |
300 | tsk->fpu_counter = 0; | ||
300 | clear_fpu(tsk); | 301 | clear_fpu(tsk); |
301 | clear_used_math(); | 302 | clear_used_math(); |
302 | } | 303 | } |