ARM: Avoid duplicated implementation for VIVT cache flushing
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Oct 2009 10:40:02 +0000 (10:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 1 Dec 2009 18:20:07 +0000 (18:20 +0000)
commit2f0b192633f1fbf253b21c90938733491549edae
treea429eaf88e591ea9674075ac6389e9a751da9806
parent29e553631b2a0d4eebd23db630572e1027a9967a
ARM: Avoid duplicated implementation for VIVT cache flushing

We had two copies of the wrapper code for VIVT cache flushing - one in
asm/cacheflush.h and one in arch/arm/mm/flush.c.  Reduce this down to
one common copy.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/cacheflush.h
arch/arm/mm/flush.c