ARM: 7820/1: mm: cache-l2x0: Print the cache size in kB
authorFabio Estevam <festevam@gmail.com>
Fri, 16 Aug 2013 12:04:32 +0000 (13:04 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 19 Aug 2013 23:26:06 +0000 (00:26 +0100)
commitc477b8db45aa4c4976be22c807bf43d31fecf17d
tree1663fe26b978360167a9fa45b175ad92fdab80b1
parent19a0519d3642d140bfb1bd602a34dc4f98606b19
ARM: 7820/1: mm: cache-l2x0: Print the cache size in kB

Currently we have the following output from cache-l2x0:

l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1048576 B

Using kB for the cache size can improve readability a bit:

l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1024 kB

While at it use pr_info.

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