Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53945
b: refs/heads/master
c: 02b64da
h: refs/heads/master
i:
  53943: a4294c0
v: v3
  • Loading branch information
Jan Kiszka authored and Andi Kleen committed May 2, 2007
1 parent 0673193 commit 81dfbfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1306383282aaf58e85e5461404db367be0f88dca
refs/heads/master: 02b64dab5675bc08048c7f70cbb0d8a417d20dbe
6 changes: 3 additions & 3 deletions trunk/include/asm-i386/i387.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(); \
} \
Expand Down Expand Up @@ -113,7 +113,7 @@ static inline void save_init_fpu( struct task_struct *tsk )
__clear_fpu( tsk ); \
preempt_enable(); \
} while (0)
\

/*
* FPU state interaction...
*/
Expand Down

0 comments on commit 81dfbfd

Please sign in to comment.