diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh3/probe.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh3/probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh3/probe.c b/arch/sh/kernel/cpu/sh3/probe.c index 647623b22edc..1a66cf636a9d 100644 --- a/arch/sh/kernel/cpu/sh3/probe.c +++ b/arch/sh/kernel/cpu/sh3/probe.c | |||
@@ -81,6 +81,9 @@ int __init detect_cpu_and_cache_system(void) | |||
81 | #if defined(CONFIG_CPU_SUBTYPE_SH7712) | 81 | #if defined(CONFIG_CPU_SUBTYPE_SH7712) |
82 | current_cpu_data.type = CPU_SH7712; | 82 | current_cpu_data.type = CPU_SH7712; |
83 | #endif | 83 | #endif |
84 | #if defined(CONFIG_CPU_SUBTYPE_SH7720) | ||
85 | current_cpu_data.type = CPU_SH7720; | ||
86 | #endif | ||
84 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) | 87 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) |
85 | current_cpu_data.type = CPU_SH7705; | 88 | current_cpu_data.type = CPU_SH7705; |
86 | 89 | ||