sh: change PVR of SH7757 for 2nd cut
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 6 Jul 2010 04:31:29 +0000 (04:31 +0000)
committerPaul 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

index d180f16281ed9f824df155f5cdb1fb872b6a223b..b93458f33b74bad99e7a29721a0f2c25e78194a5 100644 (file)
@@ -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 0x50:
+               case 0x10:
                        boot_cpu_data.type = CPU_SH7757;
                        break;
                }