sh: Handle unmapping of fixed slots transparently in iounmap().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:33:08 +0000 (21:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jan 2010 12:33:08 +0000 (21:33 +0900)
iounmap() should balance whatever is done by ioremap(). Presently
ioremap() can do any of fixed mappings, PMB mappings, or page table
mappings. Presently only the latter two are handled through the standard
unmap path, so tie in the fixed unmapping, too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found