Commit b37c7c66 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt

sh: fix CPU_SH7723/7724 numbering bug

Signed-off-by: default avatarKuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent c68e3206
...@@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void) ...@@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void)
case 0x300b: case 0x300b:
switch (prr) { switch (prr) {
case 0x20: case 0x20:
boot_cpu_data.type = CPU_SH7723; 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 0x50:
......
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