mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
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>