Commit 88f73d22 authored by Paul Mundt's avatar Paul Mundt

sh: Fix up L2 cache comment typo.

Valid sizes include 256kB, not 258kB.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a0ab3668
...@@ -228,7 +228,7 @@ int __init detect_cpu_and_cache_system(void) ...@@ -228,7 +228,7 @@ int __init detect_cpu_and_cache_system(void)
* Size calculation is much more sensible * Size calculation is much more sensible
* than it is for the L1. * than it is for the L1.
* *
* Sizes are 128KB, 258KB, 512KB, and 1MB. * Sizes are 128KB, 256KB, 512KB, and 1MB.
*/ */
size = (cvr & 0xf) << 17; size = (cvr & 0xf) << 17;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment