Signed-off-by: Jan Kiszka <[email protected]> --- include/asm-i386/i387.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6/include/asm-i386/i387.h =================================================================== --- linux-2.6.orig/include/asm-i386/i387.h +++ linux-2.6/include/asm-i386/i387.h @@ -83,8 +83,8 @@ static inline void __save_init_fpu( stru #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 __clear_fpu( tsk ); \ preempt_enable(); \ } while (0) - \ + /* * FPU state interaction... */
Attachment:
signature.asc
Description: OpenPGP digital signature
- Prev by Date: Re: [PATCH] [39/40] i386: Export paravirt_ops for non GPL modules too
- Next by Date: [PATCH 01/36] Use menuconfig objects I.b - block
- Previous by thread: [PATCH] i386: avoid redundant preempt_disable in __unlazy_fpu
- Next by thread: CFQ IO scheduler patch series - AIM7 DBase results on a 16-way IA64
- Index(es):