sh: fixed PMB mode refactoring.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 09:31:48 +0000 (18:31 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 09:31:48 +0000 (18:31 +0900)
commita0ab36689a36e583b6e736f1c99ac8c9aebdad59
tree3efc6236d7ec0b5dbeeb311b8cd923c8e1e7f88c
parent7f33306ee57bce9c79825e89c457a91025aa5aad
sh: fixed PMB mode refactoring.

This introduces some much overdue chainsawing of the fixed PMB support.
fixed PMB was introduced initially to work around the fact that dynamic
PMB mode was relatively broken, though they were never intended to
converge. The main areas where there are differences are whether the
system is booted in 29-bit mode or 32-bit mode, and whether legacy
mappings are to be preserved. Any system booting in true 32-bit mode will
not care about legacy mappings, so these are roughly decoupled.

Regardless of the entry point, PMB and 32BIT are directly related as far
as the kernel is concerned, so we also switch back to having one select
the other.

With legacy mappings iterated through and applied in the initialization
path it's now possible to finally merge the two implementations and
permit dynamic remapping overtop of remaining entries regardless of
whether boot mappings are crafted by hand or inherited from the boot
loader.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boot/Makefile
arch/sh/include/asm/addrspace.h
arch/sh/include/asm/io.h
arch/sh/include/asm/mmu.h
arch/sh/include/asm/page.h
arch/sh/kernel/head_32.S
arch/sh/kernel/setup.c
arch/sh/kernel/vmlinux.lds.S
arch/sh/mm/Kconfig
arch/sh/mm/Makefile
arch/sh/mm/pmb.c
This page took 0.029018 seconds and 5 git commands to generate.