[MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2
+2
arch/mips/kernel/process.c
··· 148 148 clear_tsk_thread_flag(p, TIF_USEDFPU); 149 149 150 150 #ifdef CONFIG_MIPS_MT_FPAFF 151 + clear_tsk_thread_flag(p, TIF_FPUBOUND); 152 + 151 153 /* 152 154 * FPU affinity support is cleaner if we track the 153 155 * user-visible CPU affinity from the very beginning.