commit | 6657fe0a0281e06ff46eb42bc18ecb68d8b14b27 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Sep 09 15:19:10 2008 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Sep 21 14:52:57 2008 +0200 |
tree | 9e222d3dd20eb450395d8463f8f43f3dedb70a86 | |
parent | b80a1b80818cd83c6c2109081b43551e7af72c84 [diff] [blame] |
[MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index b16facd..ce76843 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c
@@ -148,6 +148,8 @@ clear_tsk_thread_flag(p, TIF_USEDFPU); #ifdef CONFIG_MIPS_MT_FPAFF + clear_tsk_thread_flag(p, TIF_FPUBOUND); + /* * FPU affinity support is cleaner if we track the * user-visible CPU affinity from the very beginning.