sh: PVR detection for 2nd cut SH7786.
authorMatt Fleming <matt@console-pimps.org>
Wed, 13 Jan 2010 07:35:58 +0000 (16:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Jan 2010 07:35:58 +0000 (16:35 +0900)
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>
arch/sh/kernel/cpu/sh4/probe.c

index d36f0c4..75189c4 100644 (file)
@@ -124,6 +124,7 @@ int __init detect_cpu_and_cache_system(void)
                boot_cpu_data.type = CPU_SH7785;
                break;
        case 0x4004:
+       case 0x4005:
                boot_cpu_data.type = CPU_SH7786;
                boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE;
                break;