sh: PVR detection for 2nd cut SH7786.
The mass produced cuts use an updated PVR value, add them to the list. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -124,6 +124,7 @@ int __init detect_cpu_and_cache_system(void)
|
|||||||
boot_cpu_data.type = CPU_SH7785;
|
boot_cpu_data.type = CPU_SH7785;
|
||||||
break;
|
break;
|
||||||
case 0x4004:
|
case 0x4004:
|
||||||
|
case 0x4005:
|
||||||
boot_cpu_data.type = CPU_SH7786;
|
boot_cpu_data.type = CPU_SH7786;
|
||||||
boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE;
|
boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user