commit | b0b1d60a64054697ef828e0565f006cc0f823590 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Fri Dec 29 01:30:24 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Dec 30 17:05:08 2006 +0000 |
tree | 3ca024704b8f7967d460f954db68f0aaadaf7d25 | |
parent | 4cc2f7a84d64d25a16bb9383148c1467284e2356 [diff] |
[ARM] 4077/1: iop13xx: fix __io() macro Since iop13xx defines the PCI I/O spaces with physical resource addresses the __io macro needs to perform the physical to virtual conversion. I incorrectly assumed that this would be handled by ioremap, but drivers (like e1000) directly dereference the address returned from __io. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>