sh: Make cache flushers SMP-aware.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 21 Aug 2009 08:23:14 +0000 (17:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Aug 2009 08:23:14 +0000 (17:23 +0900)
commitf26b2a562b46ab186c8383993ab1332673ac4a47
tree5cf52089da5ca762c07cf6c1364a6aa411fb3038
parentf9bd71f255b4349c4f9f596863161fd5182f67fa
sh: Make cache flushers SMP-aware.

This does a bit of rework for making the cache flushers SMP-aware. The
function pointer-based flushers are renamed to local variants with the
exported interface being commonly implemented and wrapping as necessary.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/cacheflush.h
arch/sh/mm/cache-sh2a.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh5.c
arch/sh/mm/cache-sh7705.c
arch/sh/mm/cache.c