diff options
Diffstat (limited to 'arch/x86/kernel/i387.c')
| -rw-r--r-- | arch/x86/kernel/i387.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/i387.c b/arch/x86/kernel/i387.c index 5d576ab34403..e8368c6dd2a2 100644 --- a/arch/x86/kernel/i387.c +++ b/arch/x86/kernel/i387.c @@ -100,7 +100,7 @@ void unlazy_fpu(struct task_struct *tsk)  		__save_init_fpu(tsk);  		__thread_fpu_end(tsk);  	} else -		tsk->fpu_counter = 0; +		tsk->thread.fpu_counter = 0;  	preempt_enable();  }  EXPORT_SYMBOL(unlazy_fpu);  | 
