]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/i387.h
[PATCH] i386: white space fixes in i387.h
[linux-2.6-omap-h63xx.git] / include / asm-i386 / i387.h
index 434936c732d67f94f083bbec7198051243feba66..49dc8e1413106b9efefc85c620da8814c15d8362 100644 (file)
@@ -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...
  */