ソースを参照

sh: change PVR of SH7757 for 2nd cut

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>
Yoshihiro Shimoda 15 年 前
コミット
e81e5ce23f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      arch/sh/kernel/cpu/sh4/probe.c

+ 1 - 1
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.type = CPU_SH7724;
 			boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
 			boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
 			break;
 			break;
-		case 0x50:
+		case 0x10:
 			boot_cpu_data.type = CPU_SH7757;
 			boot_cpu_data.type = CPU_SH7757;
 			break;
 			break;
 		}
 		}