Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
6657fe0a
Commit
6657fe0a
authored
16 years ago
by
Ralf Baechle
Browse files
Options
Download
Email Patches
Plain Diff
[MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
b80a1b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/mips/kernel/process.c
arch/mips/kernel/process.c
+2
-0
No files found.
arch/mips/kernel/process.c
View file @
6657fe0a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment