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)
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>

No differences found