commit | 7210ed74a1ab9ce148a66798fbeec88d27f42070 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jun 21 16:23:03 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jun 21 16:23:03 2010 +0900 |
tree | 3e43f124fa19a231807866acf998c6406d259ea7 | |
parent | 3a598264436e94c410c413088a7873fcad33616c [diff] |
sh: fix up an off-by-1 in the number of early ioremap fixmaps. 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>