projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ab366
)
sh: Fix up L2 cache comment typo.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 13 Jan 2010 09:37:19 +0000
(18:37 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 13 Jan 2010 09:37:19 +0000
(18:37 +0900)
Valid sizes include 256kB, not 258kB.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4/probe.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4/probe.c
b/arch/sh/kernel/cpu/sh4/probe.c
index 75189c4691da750707542608ccf2f163daf49087..21371f8cf010676409689f223af36835fda10eb0 100644
(file)
--- 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)
* Size calculation is much more sensible
* than it is for the L1.
*
- * Sizes are 128KB, 25
8
KB, 512KB, and 1MB.
+ * Sizes are 128KB, 25
6
KB, 512KB, and 1MB.
*/
size = (cvr & 0xf) << 17;