diff options
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index 10e6795b56aa..afd3e73d5ad4 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void) | |||
141 | case 0x300b: | 141 | case 0x300b: |
142 | switch (prr) { | 142 | switch (prr) { |
143 | case 0x20: | 143 | case 0x20: |
144 | boot_cpu_data.type = CPU_SH7723; | 144 | boot_cpu_data.type = CPU_SH7724; |
145 | boot_cpu_data.flags |= CPU_HAS_L2_CACHE; | 145 | boot_cpu_data.flags |= CPU_HAS_L2_CACHE; |
146 | break; | 146 | break; |
147 | case 0x50: | 147 | case 0x50: |