commit | fd153abb01c3fbcc47cd4ac3c0bc8801cfcc0009 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Fri Apr 25 14:28:55 2008 -0400 |
committer | Nicolas Pitre <nico@cam.org> | Mon Apr 28 15:57:41 2008 -0400 |
tree | 938413e50e7a5afcd96f1c9a8d9c732f2397d758 | |
parent | c5a1e8f7091c33c7f6b53f070d13380facab6607 [diff] |
[ARM] Orion: fix ioremap() optimization The ioremap() optimization used for internal register didn't cope with the fact that paddr + size can wrap to zero if the area extends to the end of the physical address space. Issue isolated by Sylver Bruneau <sylver.bruneau@googlemail.com>. Signed-off-by: Nicolas Pitre <nico@marvell.com>