x86/asm: Move the thread_info::status field to thread_struct
[cascardo/linux.git] / arch / x86 / kernel / fpu / init.c
index 93982ae..2f2b8c7 100644 (file)
@@ -317,7 +317,6 @@ static void __init fpu__init_system_ctx_switch(void)
        on_boot_cpu = 0;
 
        WARN_ON_FPU(current->thread.fpu.fpstate_active);
-       current_thread_info()->status = 0;
 
        if (boot_cpu_has(X86_FEATURE_XSAVEOPT) && eagerfpu != DISABLE)
                eagerfpu = ENABLE;