From 81dfbfd3917c8d3d2e8bbbf591bc976d70f4d6be Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 2 May 2007 19:27:21 +0200 Subject: [PATCH] --- yaml --- r: 53945 b: refs/heads/master c: 02b64dab5675bc08048c7f70cbb0d8a417d20dbe h: refs/heads/master i: 53943: a4294c004ebc06497d5e262aff8416255695f2f8 v: v3 --- [refs] | 2 +- trunk/include/asm-i386/i387.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 870fef4fd76d..8b7c8eff617d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1306383282aaf58e85e5461404db367be0f88dca +refs/heads/master: 02b64dab5675bc08048c7f70cbb0d8a417d20dbe diff --git a/trunk/include/asm-i386/i387.h b/trunk/include/asm-i386/i387.h index 434936c732d6..49dc8e141310 100644 --- a/trunk/include/asm-i386/i387.h +++ b/trunk/include/asm-i386/i387.h @@ -83,8 +83,8 @@ static inline void __save_init_fpu( struct task_struct *tsk ) #define __clear_fpu( tsk ) \ do { \ - if (task_thread_info(tsk)->status & TS_USEDFPU) { \ - asm volatile("fnclex ; fwait"); \ + if (task_thread_info(tsk)->status & TS_USEDFPU) { \ + asm volatile("fnclex ; fwait"); \ task_thread_info(tsk)->status &= ~TS_USEDFPU; \ stts(); \ } \ @@ -113,7 +113,7 @@ static inline void save_init_fpu( struct task_struct *tsk ) __clear_fpu( tsk ); \ preempt_enable(); \ } while (0) - \ + /* * FPU state interaction... */