git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c21a6
)
[ARM] nommu: add stubs for ioremap and friends
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 22 Jun 2006 14:05:36 +0000
(15:05 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:48 +0000
(17:59 +0100)
nommu doesn't have any form of remapping support, so ioremap, etc
become stubs which just return the casted address, doing nothing
else.
Move ioport_map(), ioport_unmap(), pci_iomap(), pci_iounmap()
into a separate file which is always built.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found