projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32f1fe
)
sh: change PVR of SH7757 for 2nd cut
author
Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com>
Tue, 6 Jul 2010 04:31:29 +0000
(
04:31
+0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 6 Jul 2010 08:37:57 +0000
(17:37 +0900)
All 1st cut silicon in the wild has been replaced by the 2nd cut, so it's
safe to replace all of the 1st cut references and support.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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 d180f16281ed9f824df155f5cdb1fb872b6a223b..b93458f33b74bad99e7a29721a0f2c25e78194a5 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4/probe.c
+++ b/
arch/sh/kernel/cpu/sh4/probe.c
@@
-150,7
+150,7
@@
void __cpuinit cpu_probe(void)
boot_cpu_data.type = CPU_SH7724;
boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break;
- case 0x
5
0:
+ case 0x
1
0:
boot_cpu_data.type = CPU_SH7757;
break;
}