]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 4 Nov 2010 03:51:08 +0000 (12:51 +0900)
committerPaul 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