From: Fabio Estevam Date: Fri, 16 Aug 2013 12:04:32 +0000 (+0100) Subject: ARM: 7820/1: mm: cache-l2x0: Print the cache size in kB X-Git-Tag: v3.12-rc1~128^2^4~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c477b8db45aa4c4976be22c807bf43d31fecf17d;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed