commit | 48ff3e04ffd5e1b578462eb1958f15ca122c7fbf | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Sep 28 15:04:04 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 28 15:04:04 2009 +0900 |
tree | 378fdbbbb81699f2c5cf2d57e187c7f7b9843fa5 | |
parent | 17d857be649a21ca90008c6dc425d849fa83db5c [diff] |
sh: Handle ioport_map() cases for >= P1SEG addresses. This fixes up the case where certain drivers already do their own remapping and subsequently attempt to use the PIO calls for I/O. In this case there is no additional remapping that needs to be done, and the address can be casted in to the cookie directly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>