Commit 538e7906 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Paul Mundt

sh: add PVR probing for SH7757 3rd cut

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 95d210ce
...@@ -151,6 +151,7 @@ void __cpuinit cpu_probe(void) ...@@ -151,6 +151,7 @@ void __cpuinit cpu_probe(void)
boot_cpu_data.flags |= CPU_HAS_L2_CACHE; boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break; break;
case 0x10: case 0x10:
case 0x11:
boot_cpu_data.type = CPU_SH7757; boot_cpu_data.type = CPU_SH7757;
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment