OSDN Git Service

sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 12:30:17 +0000 (21:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 12:30:17 +0000 (21:30 +0900)
commit0dfae7d5a21901b28ec0452d71be64adf5ea323e
tree1ff16641313a76505ec89058d953c92d355af275
parent221c007b028ebf663ebee4fc90483909547d92a7
sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.

Now that the SH-4 page clear/copy ops are generic, they can be used for
all platforms with CONFIG_MMU=y. SH-5 remains the odd one out, but it too
will gradually be converted over to using this interface.

SH-3 platforms which do not contain aliases will see no impact from this
change, while aliasing SH-3 platforms will get the same interface as
SH-4.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/cacheflush.h
arch/sh/include/asm/page.h
arch/sh/include/asm/pgtable.h
arch/sh/mm/Makefile_32
arch/sh/mm/cache-sh5.c
arch/sh/mm/pg-mmu.c [moved from arch/sh/mm/pg-sh4.c with 83% similarity]