diff options
Diffstat (limited to 'arch/x86/kernel/fpu/core.c')
| -rw-r--r-- | arch/x86/kernel/fpu/core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index caf33486dc5e..1015af1ae562 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -426,7 +426,7 @@ void kernel_fpu_begin_mask(unsigned int kfpu_mask)  	this_cpu_write(in_kernel_fpu, true); -	if (!(current->flags & (PF_KTHREAD | PF_IO_WORKER)) && +	if (!(current->flags & (PF_KTHREAD | PF_USER_WORKER)) &&  	    !test_thread_flag(TIF_NEED_FPU_LOAD)) {  		set_thread_flag(TIF_NEED_FPU_LOAD);  		save_fpregs_to_fpstate(¤t->thread.fpu);  | 
