提交 6657fe0a 编写于 作者: R Ralf Baechle

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 b80a1b80
......@@ -148,6 +148,8 @@ int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册