diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2007-05-02 13:27:21 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:21 -0400 |
commit | 02b64dab5675bc08048c7f70cbb0d8a417d20dbe (patch) | |
tree | 441b11859069ad99f2d0e9696a52531f9d53f7cf /include/asm-i386 | |
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')
-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 434936c732d6..49dc8e141310 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 ) | |||
83 | 83 | ||
84 | #define __clear_fpu( tsk ) \ | 84 | #define __clear_fpu( tsk ) \ |
85 | do { \ | 85 | do { \ |
86 | if (task_thread_info(tsk)->status & TS_USEDFPU) { \ | 86 | if (task_thread_info(tsk)->status & TS_USEDFPU) { \ |
87 | asm volatile("fnclex ; fwait"); \ | 87 | asm volatile("fnclex ; fwait"); \ |
88 | task_thread_info(tsk)->status &= ~TS_USEDFPU; \ | 88 | task_thread_info(tsk)->status &= ~TS_USEDFPU; \ |
89 | stts(); \ | 89 | stts(); \ |
90 | } \ | 90 | } \ |
@@ -113,7 +113,7 @@ static inline void save_init_fpu( struct task_struct *tsk ) | |||
113 | __clear_fpu( tsk ); \ | 113 | __clear_fpu( tsk ); \ |
114 | preempt_enable(); \ | 114 | preempt_enable(); \ |
115 | } while (0) | 115 | } while (0) |
116 | \ | 116 | |
117 | /* | 117 | /* |
118 | * FPU state interaction... | 118 | * FPU state interaction... |
119 | */ | 119 | */ |