diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2007-05-02 19:27:21 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 19:27:21 +0200 |
commit | 02b64dab5675bc08048c7f70cbb0d8a417d20dbe (patch) | |
tree | 441b11859069ad99f2d0e9696a52531f9d53f7cf /include/asm-i386/i387.h | |
parent | 1306383282aaf58e85e5461404db367be0f88dca (diff) |
[PATCH] i386: white space fixes in i387.h
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-i386/i387.h')
-rw-r--r-- | include/asm-i386/i387.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-i386/i387.h b/include/asm-i386/i387.h index 434936c732d..49dc8e14131 100644 --- a/include/asm-i386/i387.h +++ b/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... */ |