[ARM] Fix bounding error in ioremap_pfn()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 3 Jun 2007 18:26:04 +0000 (19:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jul 2007 10:13:33 +0000 (11:13 +0100)
commit6d78b5f9c6cf59c98d3833e09d0ed6aebd6a33d3
treead95d89fa69f6aa452040cef60438d08e5748a46
parent4486b86368d72bcac76439638b36667b1c6a1360
[ARM] Fix bounding error in ioremap_pfn()

If size=16M offset=2K then we should map two supersections
rather than just one.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/ioremap.c