Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173453
b: refs/heads/master
c: eb3118f
h: refs/heads/master
i:
  173451: 14fed3f
v: v3
  • Loading branch information
Matt Fleming authored and Paul Mundt committed Oct 30, 2009
1 parent 1041108 commit aea05b6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1d317f90d97ca8e539939ee896bd04c7efe936ca
refs/heads/master: eb3118f652ea7751ecf6a7e467bb637895e3be3b
3 changes: 1 addition & 2 deletions trunk/arch/sh/mm/cache-sh4.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ static inline void flush_cache_one(unsigned long start, unsigned long phys)
exec_offset = cached_to_uncached;

local_irq_save(flags);
__flush_cache_one(start | SH_CACHE_ASSOC,
virt_to_phys(phys), exec_offset);
__flush_cache_one(start | SH_CACHE_ASSOC, phys, exec_offset);
local_irq_restore(flags);
}

Expand Down

0 comments on commit aea05b6

Please sign in to comment.