]> git.baikalelectronics.ru Git - kernel.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, 29 May 2014 23:48:30 +0000 (00:48 +0100)
commit7443505f0a93171674fc16b4a8555adabcebc72d
treed91cfe46a9b63ef6091164efa86e002524e51b58
parentd7de3afae2582b52fdd01774ee8c6f6858b100a1
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