sh: fix up an off-by-1 in the number of early ioremap fixmaps.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 21 Jun 2010 07:23:03 +0000 (16:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 Jun 2010 07:23:03 +0000 (16:23 +0900)
commit7210ed74a1ab9ce148a66798fbeec88d27f42070
tree3e43f124fa19a231807866acf998c6406d259ea7
parent3a598264436e94c410c413088a7873fcad33616c
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>
arch/sh/include/asm/fixmap.h
This page took 0.02457 seconds and 5 git commands to generate.