diff options
Diffstat (limited to 'arch/mips/include/asm/fpu.h')
-rw-r--r-- | arch/mips/include/asm/fpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/fpu.h b/arch/mips/include/asm/fpu.h index 58e50cbdb1a6..4d86b72750c7 100644 --- a/arch/mips/include/asm/fpu.h +++ b/arch/mips/include/asm/fpu.h | |||
@@ -180,7 +180,7 @@ static inline void restore_fp(struct task_struct *tsk) | |||
180 | _restore_fp(tsk); | 180 | _restore_fp(tsk); |
181 | } | 181 | } |
182 | 182 | ||
183 | static inline fpureg_t *get_fpu_regs(struct task_struct *tsk) | 183 | static inline union fpureg *get_fpu_regs(struct task_struct *tsk) |
184 | { | 184 | { |
185 | if (tsk == current) { | 185 | if (tsk == current) { |
186 | preempt_disable(); | 186 | preempt_disable(); |