commit | eb3118f652ea7751ecf6a7e467bb637895e3be3b | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Thu Oct 29 21:53:30 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Oct 30 11:53:22 2009 +0900 |
tree | c4ab1d9c903842dcdd812e52a0ea80af6986dd71 | |
parent | 1d317f90d97ca8e539939ee896bd04c7efe936ca [diff] |
sh: Do not apply virt_to_phys() to a physical address The variable 'phys' already contains the physical address to flush. It is not a virtual address and should not be passed to virt_to_phys(). Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>