diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-13 04:37:19 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-13 04:37:19 -0500 |
commit | 88f73d22853cb080432e91d68759323477a8b835 (patch) | |
tree | 61eb06c671fd9dee8de6ec0d4b7449e67a35bca5 /arch/sh/kernel/cpu/sh4/probe.c | |
parent | a0ab36689a36e583b6e736f1c99ac8c9aebdad59 (diff) |
sh: Fix up L2 cache comment typo.
Valid sizes include 256kB, not 258kB.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/probe.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 2 |
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) | |||
228 | * Size calculation is much more sensible | 228 | * Size calculation is much more sensible |
229 | * than it is for the L1. | 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 | size = (cvr & 0xf) << 17; | 233 | size = (cvr & 0xf) << 17; |
234 | 234 | ||