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:
3a59826
)
sh: fix up an off-by-1 in the number of early ioremap fixmaps.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 21 Jun 2010 07:23:03 +0000
(16:23 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 21 Jun 2010 07:23:03 +0000
(16:23 +0900)
There was an off-by-1 in the begin/end of the ioremap fixmaps, leaving us
with a spurious entry. In practice this wasn't a problem since we aligned
on a PMD boundary anyways, but this makes it consistent with the
intention and the other fixmaps.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found