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:
654d364
)
sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page().
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 Sep 2009 05:10:28 +0000
(14:10 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 Sep 2009 05:10:28 +0000
(14:10 +0900)
PHYSADDR() runs in to issues in 32-bit mode when we do not have the
legacy P1/P2 areas mapped, as such, we need to use page_to_phys()
directly, which also happens to do the right thing in legacy 29-bit mode.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found