sh: Fix up L2 cache comment typo.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 09:37:19 +0000 (18:37 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 09:37:19 +0000 (18:37 +0900)
Valid sizes include 256kB, not 258kB.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4/probe.c

index 75189c4..21371f8 100644 (file)
@@ -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;