sh: update_mmu_cache() consolidation.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jul 2009 15:12:17 +0000 (00:12 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 28 Jul 2009 15:12:17 +0000 (00:12 +0900)
commit9cef7492696a416663b4edb953a4eade8517ebeb
treee52b19208a2197a624a7942e6c549d274a944fb0
parent0dfae7d5a21901b28ec0452d71be64adf5ea323e
sh: update_mmu_cache() consolidation.

This splits out a separate __update_cache()/__update_tlb() for
update_mmu_cache() to wrap in to. This lets us share the common
__update_cache() bits while keeping special __update_tlb() handling
broken out.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/pgtable.h
arch/sh/mm/pg-mmu.c
arch/sh/mm/tlb-nommu.c
arch/sh/mm/tlb-pteaex.c
arch/sh/mm/tlb-sh3.c
arch/sh/mm/tlb-sh4.c
arch/sh/mm/tlbflush_64.c