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
33202349
Commit
33202349
authored
Jan 29, 2008
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Remove useless S-cache flushes.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
526af35e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
arch/mips/mm/c-r4k.c
arch/mips/mm/c-r4k.c
+0
-9
No files found.
arch/mips/mm/c-r4k.c
View file @
33202349
...
...
@@ -468,8 +468,6 @@ static inline void local_r4k_flush_cache_page(void *args)
if
(
cpu_has_dc_aliases
||
(
exec
&&
!
cpu_has_ic_fills_f_dc
))
{
r4k_blast_dcache_page
(
addr
);
if
(
exec
&&
!
cpu_icache_snoops_remote_store
)
r4k_blast_scache_page
(
addr
);
}
if
(
exec
)
{
if
(
vaddr
&&
cpu_has_vtag_icache
&&
mm
==
current
->
active_mm
)
{
...
...
@@ -533,13 +531,6 @@ static inline void local_r4k_flush_icache_range(void *args)
R4600_HIT_CACHEOP_WAR_IMPL
;
protected_blast_dcache_range
(
start
,
end
);
}
if
(
!
cpu_icache_snoops_remote_store
&&
scache_size
)
{
if
(
end
-
start
>
scache_size
)
r4k_blast_scache
();
else
protected_blast_scache_range
(
start
,
end
);
}
}
if
(
end
-
start
>
icache_size
)
...
...
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