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:
6ea850b
)
[PATCH] AVR32: Don't try to iounmap P2 segment addresses
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Tue, 24 Oct 2006 08:12:41 +0000
(10:12 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 26 Oct 2006 03:26:33 +0000
(20:26 -0700)
While ioremap() will happily map a physical address through the
P2 (uncached) segment when appropriate, iounmap() doesn't know how
to handle those mappings.
This patch makes iounmap() do the right thing, i.e. nothing, for
such mappings.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found