sh: Split out MMUCR.URB based entry wiring in to shared helper.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 06:20:35 +0000 (15:20 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jan 2010 06:20:35 +0000 (15:20 +0900)
commitbb29c677b366fdf4f6522cd82228a32567aa98c7
tree0235c7477ed635c8c21131b90094d151663ae889
parent046581f9623b53f551a93864bb74e15ad2514f0c
sh: Split out MMUCR.URB based entry wiring in to shared helper.

Presently this is duplicated between tlb-sh4 and tlb-pteaex. Split the
helpers out in to a generic tlb-urb that can be used by any parts
equipped with MMUCR.URB.

At the same time, move the SH-5 code out-of-line, as we require single
global state for DTLB entry wiring.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/tlb.h
arch/sh/mm/Makefile
arch/sh/mm/tlb-pteaex.c
arch/sh/mm/tlb-sh4.c
arch/sh/mm/tlb-sh5.c
arch/sh/mm/tlb-urb.c [new file with mode: 0644]