Skip to content

Commit

Permalink
[PATCH] i386: white space fixes in i387.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Jan Kiszka authored and Andi Kleen committed May 2, 2007
1 parent 1306383 commit 02b64da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 02b64da

Please sign in to comment.