mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
sh: Fix up L2 cache comment typo.
Valid sizes include 256kB, not 258kB. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
a0ab36689a
commit
88f73d2285
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user