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:
eca50f1
)
sh: PVR detection for 2nd cut SH7786.
author
Matt Fleming
<matt@console-pimps.org>
Wed, 13 Jan 2010 07:35:58 +0000
(16:35 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 13 Jan 2010 07:35:58 +0000
(16:35 +0900)
The mass produced cuts use an updated PVR value, add them to the list.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
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 d36f0c45f55f3f218956d3dc605eaf02d5cd4e53..75189c4691da750707542608ccf2f163daf49087 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4/probe.c
+++ b/
arch/sh/kernel/cpu/sh4/probe.c
@@
-124,6
+124,7
@@
int __init detect_cpu_and_cache_system(void)
boot_cpu_data.type = CPU_SH7785;
break;
case 0x4004:
+ case 0x4005:
boot_cpu_data.type = CPU_SH7786;
boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE;
break;