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:
c68e320
)
sh: fix CPU_SH7723/7724 numbering bug
author
Kuninori Morimoto
<morimoto.kuninori@renesas.com>
Wed, 26 Aug 2009 10:49:44 +0000
(10:49 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Aug 2009 02:35:46 +0000
(11:35 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
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 10e6795b56aac9196ea1db661423f09f146645de..afd3e73d5ad495bf4483abb832f5ceb108bcc5be 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4/probe.c
+++ b/
arch/sh/kernel/cpu/sh4/probe.c
@@
-141,7
+141,7
@@
int __init detect_cpu_and_cache_system(void)
case 0x300b:
switch (prr) {
case 0x20:
- boot_cpu_data.type = CPU_SH772
3
;
+ boot_cpu_data.type = CPU_SH772
4
;
boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break;
case 0x50: