Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
2c93e12c
Commit
2c93e12c
authored
Jun 30, 2005
by
Maciej W. Rozycki
Committed by
Ralf Baechle
Oct 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid tlbw* hazards for the R4600/R4700/R5000.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
c3455b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/mips/mm/tlbex.c
arch/mips/mm/tlbex.c
+6
-1
No files found.
arch/mips/mm/tlbex.c
View file @
2c93e12c
...
...
@@ -827,11 +827,16 @@ static __init void build_tlb_write_entry(u32 **p, struct label **l,
i_nop
(
p
);
break
;
case
CPU_R4300
:
case
CPU_R4600
:
case
CPU_R4700
:
case
CPU_R5000
:
case
CPU_R5000A
:
i_nop
(
p
);
tlbw
(
p
);
i_nop
(
p
);
break
;
case
CPU_R4300
:
case
CPU_5KC
:
case
CPU_TX49XX
:
case
CPU_AU1000
:
...
...
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