[ARM] Use CPU_CACHE_* where possible in asm/cacheflush.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 27 Sep 2006 17:00:35 +0000 (18:00 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 17:00:35 +0000 (18:00 +0100)
Three of the generic cache method options were using explicit CPU
types, whereas they could use the CPU_CACHE_* definitions instead.
Switch them over to use the CPU_CACHE_* definitions.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found