]> git.karo-electronics.de Git - linux-beck.git/commit
sh64: Kill off unused fixed I/O mapping window.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2012 06:16:11 +0000 (15:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2012 06:16:11 +0000 (15:16 +0900)
commite45af0e083dfc5d49dbad6965b9eeb3ac0072d82
treee0770908dea536c2d0ee2fe4e57dc2a219532ad2
parent20e7c297efeca0861adcca073a0d283da659834b
sh64: Kill off unused fixed I/O mapping window.

This was reworked some time ago to go through fixmaps instead, leaving
the range itself unused. As such, kill off the remaining references and
hand over the remaining space for fixmaps directly. This also makes it
possible to simplify the vmalloc fault case as we no longer have to care
about the special section.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/fixmap.h
arch/sh/include/asm/pgtable_64.h
arch/sh/mm/fault_64.c