Revision bee8ce809fb1c877388be032b468574a1cfff9ef authored by Haavard Skinnemoen on 24 October 2006, 08:12:41 UTC, committed by Linus Torvalds on 26 October 2006, 03:26:33 UTC
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>
1 parent 6ea850b
History
File Mode Size
IO-APIC.txt -rw-r--r-- 4.6 KB
boot.txt -rw-r--r-- 16.8 KB
usb-legacy-support.txt -rw-r--r-- 1.8 KB
zero-page.txt -rw-r--r-- 3.3 KB

back to top