]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: l2c: move type string into l2c_init_data structure
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 23:04:10 +0000 (23:04 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:40:06 +0000 (16:40 +0100)
commite2d8d3d89d3228986b8f614473e1987d2e15d2b9
treefdd4a83b1c01162195e33c30dd222ba964881b7b
parentf604afd1f892760b0d781e1b73c12adfd5864c4f
ARM: l2c: move type string into l2c_init_data structure

Rather than decoding this from the ID register, store it in the
l2c_init_data structure.  This simplifies things some more, and
allows us to better provide further details as to how we're
driving the cache.  We print the cache ID value anyway should we
need to precisely identify the cache hardware.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/cache-l2x0.c