diff options
Diffstat (limited to 'arch/sh/include/asm/fpu.h')
-rw-r--r-- | arch/sh/include/asm/fpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/fpu.h b/arch/sh/include/asm/fpu.h index 06c4281aab65..09fc2bc8a790 100644 --- a/arch/sh/include/asm/fpu.h +++ b/arch/sh/include/asm/fpu.h | |||
@@ -46,7 +46,7 @@ static inline void __unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) | |||
46 | save_fpu(tsk); | 46 | save_fpu(tsk); |
47 | release_fpu(regs); | 47 | release_fpu(regs); |
48 | } else | 48 | } else |
49 | tsk->fpu_counter = 0; | 49 | tsk->thread.fpu_counter = 0; |
50 | } | 50 | } |
51 | 51 | ||
52 | static inline void unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) | 52 | static inline void unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) |