Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
64c590b7
Commit
64c590b7
authored
Nov 01, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] SMTC: Synchronize cp0 counters on bootup.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
cb56837e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/mips/kernel/smtc.c
arch/mips/kernel/smtc.c
+1
-0
No files found.
arch/mips/kernel/smtc.c
View file @
64c590b7
...
...
@@ -476,6 +476,7 @@ void mipsmt_prepare_cpus(void)
write_vpe_c0_compare
(
0
);
/* Propagate Config7 */
write_vpe_c0_config7
(
read_c0_config7
());
write_vpe_c0_count
(
read_c0_count
());
}
/* enable multi-threading within VPE */
write_vpe_c0_vpecontrol
(
read_vpe_c0_vpecontrol
()
|
VPECONTROL_TE
);
...
...
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