sh: Preparation for uncached jumps through PMB.
authorStuart Menefy <stuart.menefy@st.com>
Fri, 30 Nov 2007 08:06:36 +0000 (17:06 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:59 +0000 (13:18 +0900)
commitcbaa118ecfd99fc5ed7adbd9c34a30e1c05e3c93
treee60db5c0f3573558c97f39cfab78732220a72e6d
parent325df7f20467da07901c4f2b006d3457bba0adec
sh: Preparation for uncached jumps through PMB.

Presently most of the 29-bit physical parts do P1/P2 segmentation
with a 1:1 cached/uncached mapping, jumping between the two to
control the caching behaviour. This provides the basic infrastructure
to maintain this behaviour on 32-bit physical parts that don't map
P1/P2 at all, using a shiny new linker section and corresponding
fixmap entry.

Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
14 files changed:
arch/sh/kernel/cpu/init.c
arch/sh/kernel/cpu/sh3/probe.c
arch/sh/kernel/vmlinux_32.lds.S
arch/sh/mm/cache-debugfs.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh7705.c
arch/sh/mm/init.c
arch/sh/mm/pmb.c
arch/sh/mm/tlb-sh4.c
include/asm-sh/fixmap.h
include/asm-sh/sections.h
include/asm-sh/system.h
include/asm-sh/system_32.h
include/asm-sh/system_64.h