From: Paul Mundt Date: Mon, 21 Jun 2010 07:23:03 +0000 (+0900) Subject: sh: fix up an off-by-1 in the number of early ioremap fixmaps. X-Git-Tag: v2.6.37-rc1~136^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7210ed74a1ab9ce148a66798fbeec88d27f42070;p=pandora-kernel.git 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 --- Reading git-diff-tree failed