OSDN Git Service

sh: Bail from kmap_coherent_init() if we have no dcache aliases.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:03:59 +0000 (09:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 00:03:59 +0000 (09:03 +0900)
commit8edcfcbbd131a3580db666ed1034c24d56eb6f5d
treedcbf87a13227e846a2eec6ea7026de2424947c7b
parentd2dcd9101b1a940ce8496601ba871e47f84881ec
sh: Bail from kmap_coherent_init() if we have no dcache aliases.

This kills off the ifdef from kmap_coherent_init() and just bails if
there are no cache aliases. This permits the kmap coherent code to be
used on other CPUs.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/pg-mmu.c