sh: rename pg-mmu.c -> cache.c, enable generically.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:30:39 +0000 (09:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:30:39 +0000 (09:30 +0900)
commitcbbe2f68f678a90bebeb30b8a7fcd8aed0614879
tree4a8ffeea96f32ff6e532fdc2667181b48d5a26ca
parent2739742c24f1a55365e71f0722bfdce8994e9c4e
sh: rename pg-mmu.c -> cache.c, enable generically.

This builds in the newly created cache.c (renamed from pg-mmu.c) for both
MMU and NOMMU configurations. The kmap_coherent() stubs and alias
information recorded by each CPU family takes care of doing the right
thing while enabling the code to be commonly shared.

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