OSDN Git Service

sh: wire up clear_user_highpage() for sh4, convert sh7705.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 11:53:22 +0000 (20:53 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 11:53:22 +0000 (20:53 +0900)
commitdfff0fa65ab15db45acd64b3189787d37ab163cd
treec888641a25f83fb75a4886f6c1e63c44d889fed4
parent2277ab4a1df50e05bc732fe9488d4e902bb8399a
sh: wire up clear_user_highpage() for sh4, convert sh7705.

This wires up clear_user_highpage() on SH-4 and subsequently converts the
SH7705 32kB cache mode over to using it. Now that the SH-4 implementation
handles all of the dcache purging directly in the aliasing case, there is
no need to do this in the default clear_page() implementation.

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/kernel/sh_ksyms_32.c
arch/sh/lib/clear_page.S
arch/sh/mm/Makefile_32
arch/sh/mm/pg-nommu.c
arch/sh/mm/pg-sh4.c
arch/sh/mm/pg-sh7705.c [deleted file]