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
Kirill Smelkov
linux
Commits
6a05888d
Commit
6a05888d
authored
May 31, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] SMTC: The MT ASE requires to initialize c0_pagemask and c0_wired.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
8e8a52ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/mips/kernel/traps.c
arch/mips/kernel/traps.c
+7
-0
No files found.
arch/mips/kernel/traps.c
View file @
6a05888d
...
...
@@ -1384,6 +1384,13 @@ void __init per_cpu_trap_init(void)
cpu_cache_init
();
tlb_init
();
#ifdef CONFIG_MIPS_MT_SMTC
}
else
if
(
!
secondaryTC
)
{
/*
* First TC in non-boot VPE must do subset of tlb_init()
* for MMU countrol registers.
*/
write_c0_pagemask
(
PM_DEFAULT_MASK
);
write_c0_wired
(
0
);
}
#endif
/* CONFIG_MIPS_MT_SMTC */
}
...
...
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