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:
7fe19da
)
sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 4 Nov 2010 03:51:08 +0000
(12:51 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 4 Nov 2010 03:51:08 +0000
(12:51 +0900)
Given that __in_29bit_mode() is a constant for the non-PMB case, we can
simply use the PMB-facing version of phys_addr_mask() and drop the other
variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found