aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/include/asm/fpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/fpu.h b/arch/mips/include/asm/fpu.h
index dd083e999b08..9f26b079cc6a 100644
--- a/arch/mips/include/asm/fpu.h
+++ b/arch/mips/include/asm/fpu.h
@@ -170,6 +170,7 @@ static inline void lose_fpu(int save)
170 } 170 }
171 disable_msa(); 171 disable_msa();
172 clear_thread_flag(TIF_USEDMSA); 172 clear_thread_flag(TIF_USEDMSA);
173 __disable_fpu();
173 } else if (is_fpu_owner()) { 174 } else if (is_fpu_owner()) {
174 if (save) 175 if (save)
175 _save_fp(current); 176 _save_fp(current);