aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-13 18:37:19 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-01-13 18:37:19 +0900
commit88f73d22853cb080432e91d68759323477a8b835 (patch)
tree61eb06c671fd9dee8de6ec0d4b7449e67a35bca5
parentsh: fixed PMB mode refactoring. (diff)
downloadlinux-dev-88f73d22853cb080432e91d68759323477a8b835.tar.xz
linux-dev-88f73d22853cb080432e91d68759323477a8b835.zip
sh: Fix up L2 cache comment typo.
Valid sizes include 256kB, not 258kB. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/kernel/cpu/sh4/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index 75189c4691da..21371f8cf010 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;