commit | 2f0b192633f1fbf253b21c90938733491549edae | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 25 10:40:02 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Dec 01 18:20:07 2009 +0000 |
tree | a429eaf88e591ea9674075ac6389e9a751da9806 | |
parent | 29e553631b2a0d4eebd23db630572e1027a9967a [diff] |
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>