diff options
-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 | ||