From: Paul Mundt Date: Wed, 13 Jan 2010 09:37:19 +0000 (+0900) Subject: sh: Fix up L2 cache comment typo. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88f73d22853cb080432e91d68759323477a8b835;p=mv-sheeva.git sh: Fix up L2 cache comment typo. Valid sizes include 256kB, not 258kB. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index 75189c4691d..21371f8cf01 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c @@ -228,7 +228,7 @@ int __init detect_cpu_and_cache_system(void) * Size calculation is much more sensible * than it is for the L1. * - * Sizes are 128KB, 258KB, 512KB, and 1MB. + * Sizes are 128KB, 256KB, 512KB, and 1MB. */ size = (cvr & 0xf) << 17;