Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78022
b: refs/heads/master
c: 3320234
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent db8c9e0 commit 32ef8f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 526af35e5db81758da8488d381610ed9d1fba8f7
refs/heads/master: 33202349eff1f90a593924a61291e5466306ab8e
9 changes: 0 additions & 9 deletions trunk/arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 32ef8f4

Please sign in to comment.