Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Fix up L2 cache comment typo.

Valid sizes include 256kB, not 258kB.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+1 -1
+1 -1
arch/sh/kernel/cpu/sh4/probe.c
··· 228 228 * Size calculation is much more sensible 229 229 * than it is for the L1. 230 230 * 231 - * Sizes are 128KB, 258KB, 512KB, and 1MB. 231 + * Sizes are 128KB, 256KB, 512KB, and 1MB. 232 232 */ 233 233 size = (cvr & 0xf) << 17; 234 234