git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d317f9
)
sh: Do not apply virt_to_phys() to a physical address
author
Matt Fleming
<matt@console-pimps.org>
Thu, 29 Oct 2009 21:53:30 +0000
(21:53 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 30 Oct 2009 02:53:22 +0000
(11:53 +0900)
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>
No differences found