From: Paul Mundt Date: Mon, 18 Jan 2010 12:33:08 +0000 (+0900) Subject: sh: Handle unmapping of fixed slots transparently in iounmap(). X-Git-Tag: v2.6.34-rc1~285^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b6b01cb47dc3eefbef866592193661dad7afb9;p=pandora-kernel.git sh: Handle unmapping of fixed slots transparently in iounmap(). 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 --- Reading git-diff-tree failed