[ARM] 4135/1: Add support for the L210/L220 cache controllers
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 5 Feb 2007 13:48:19 +0000 (14:48 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 11 Feb 2007 16:48:02 +0000 (16:48 +0000)
commit382266ad5ad4119ec12df889afa5062a0a0cd6ae
treec340fff36f041a8009f72a6e4c392aff324559c2
parentf2131d348f0bd252801f641018a90d59c987ce48
[ARM] 4135/1: Add support for the L210/L220 cache controllers

This patch adds the support for the L210/L220 (outer) cache
controller. The cache range operations are done by index/way since L2
cache controller only accepts physical addresses.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/Kconfig
arch/arm/mm/Makefile
arch/arm/mm/cache-l2x0.c [new file with mode: 0644]
include/asm-arm/hardware/cache-l2x0.h [new file with mode: 0644]