sh: fix CPU_SH7723/7724 numbering bug
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Wed, 26 Aug 2009 10:49:44 +0000 (10:49 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 27 Aug 2009 02:35:46 +0000 (11:35 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4/probe.c

index 10e6795..afd3e73 100644 (file)
@@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void)
        case 0x300b:
                switch (prr) {
                case 0x20:
-                       boot_cpu_data.type = CPU_SH7723;
+                       boot_cpu_data.type = CPU_SH7724;
                        boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
                        break;
                case 0x50: