Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234162
b: refs/heads/master
c: dcca52c
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Mar 14, 2011
1 parent 7cfe728 commit ca29cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6fc34436be2494c6fea63dc0759be9b360d9480a
refs/heads/master: dcca52c21e44aa69713390d6872c425b21df3abe
4 changes: 2 additions & 2 deletions trunk/arch/mn10300/mm/cache-inv-icache.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void flush_icache_page_range(unsigned long start, unsigned long end)

/* invalidate the icache coverage on that region */
mn10300_local_icache_inv_range2(addr + off, size);
smp_cache_call(SMP_ICACHE_INV_FLUSH_RANGE, start, end);
smp_cache_call(SMP_ICACHE_INV_RANGE, start, end);
}

/**
Expand Down Expand Up @@ -101,7 +101,7 @@ void flush_icache_range(unsigned long start, unsigned long end)
* directly */
start_page = (start >= 0x80000000UL) ? start : 0x80000000UL;
mn10300_icache_inv_range(start_page, end);
smp_cache_call(SMP_ICACHE_INV_FLUSH_RANGE, start, end);
smp_cache_call(SMP_ICACHE_INV_RANGE, start, end);
if (start_page == start)
goto done;
end = start_page;
Expand Down

0 comments on commit ca29cc0

Please sign in to comment.