Index: include/asm-i386/system.h =================================================================== --- include/asm-i386/system.h (revision 806) +++ include/asm-i386/system.h (working copy) @@ -422,7 +422,7 @@ { struct task_struct *task = tcb->user_task; - if (task && !wrap_test_fpu_used(task)) + if (task && !xnarch_fpu_init_p(task)) return; clts();