commit | bee8ce809fb1c877388be032b468574a1cfff9ef | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Tue Oct 24 10:12:41 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 25 20:26:33 2006 -0700 |
tree | 6ffcef006fa4ab2ac9d282531a86cb859f87dd93 | |
parent | 6ea850b5eb17f6d21ac1b3d99406d213a10c64e9 [diff] |
[PATCH] AVR32: Don't try to iounmap P2 segment addresses 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>