Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
d925c262
Commit
d925c262
authored
Jun 13, 2005
by
Maciej W. Rozycki
Committed by
Ralf Baechle
Oct 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fill R3k load delay slots properly.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
9678e28b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
arch/mips/mm/tlbex.c
arch/mips/mm/tlbex.c
+3
-0
No files found.
arch/mips/mm/tlbex.c
View file @
d925c262
...
@@ -1486,6 +1486,7 @@ static void __init build_r3000_tlb_load_handler(void)
...
@@ -1486,6 +1486,7 @@ static void __init build_r3000_tlb_load_handler(void)
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_pte_present
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbl
);
build_pte_present
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbl
);
i_nop
(
&
p
);
/* load delay */
build_make_valid
(
&
p
,
&
r
,
K0
,
K1
);
build_make_valid
(
&
p
,
&
r
,
K0
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
build_r3000_tlb_write
(
&
p
,
&
l
,
&
r
,
K0
);
build_r3000_tlb_write
(
&
p
,
&
l
,
&
r
,
K0
);
...
@@ -1527,6 +1528,7 @@ static void __init build_r3000_tlb_store_handler(void)
...
@@ -1527,6 +1528,7 @@ static void __init build_r3000_tlb_store_handler(void)
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_pte_writable
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbs
);
build_pte_writable
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbs
);
i_nop
(
&
p
);
/* load delay */
build_make_write
(
&
p
,
&
r
,
K0
,
K1
);
build_make_write
(
&
p
,
&
r
,
K0
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
build_r3000_tlb_write
(
&
p
,
&
l
,
&
r
,
K0
);
build_r3000_tlb_write
(
&
p
,
&
l
,
&
r
,
K0
);
...
@@ -1568,6 +1570,7 @@ static void __init build_r3000_tlb_modify_handler(void)
...
@@ -1568,6 +1570,7 @@ static void __init build_r3000_tlb_modify_handler(void)
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_r3000_tlbchange_handler_head
(
&
p
,
K0
,
K1
);
build_pte_modifiable
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbm
);
build_pte_modifiable
(
&
p
,
&
l
,
&
r
,
K0
,
K1
,
label_nopage_tlbm
);
i_nop
(
&
p
);
/* load delay */
build_make_write
(
&
p
,
&
r
,
K0
,
K1
);
build_make_write
(
&
p
,
&
r
,
K0
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
build_r3000_pte_reload
(
&
p
,
K1
);
i_tlbwi
(
&
p
);
i_tlbwi
(
&
p
);
...
...
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