sh: Provide the kmap_coherent() interface generically.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:19:19 +0000 (09:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:19:19 +0000 (09:19 +0900)
commit2739742c24f1a55365e71f0722bfdce8994e9c4e
tree2650b2a8aa4113437cc3590c57b4fae98fc25c5b
parent8edcfcbbd131a3580db666ed1034c24d56eb6f5d
sh: Provide the kmap_coherent() interface generically.

This plugs in kmap_coherent() for the non-SH4 cases to permit the
pg-mmu.c bits to be used generically across all CPUs. SH-5 is still in
the TODO state, but will move over to fixmap and the generic interface
gradually.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/cacheflush.h
arch/sh/include/asm/pgtable.h
arch/sh/mm/Makefile_32
arch/sh/mm/cache-sh5.c
arch/sh/mm/kmap.c [new file with mode: 0644]
arch/sh/mm/pg-mmu.c
arch/sh/mm/tlb-nommu.c