diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/probe.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index 58950de2696d..8cd04904c77a 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -124,6 +124,14 @@ int __init detect_cpu_and_cache_system(void) | |||
124 | current_cpu_data.dcache.ways = 4; | 124 | current_cpu_data.dcache.ways = 4; |
125 | current_cpu_data.flags |= CPU_HAS_LLSC; | 125 | current_cpu_data.flags |= CPU_HAS_LLSC; |
126 | break; | 126 | break; |
127 | case 0x3004: | ||
128 | case 0x3007: | ||
129 | current_cpu_data.type = CPU_SH7785; | ||
130 | current_cpu_data.icache.ways = 4; | ||
131 | current_cpu_data.dcache.ways = 4; | ||
132 | current_cpu_data.flags |= CPU_HAS_FPU | CPU_HAS_PERF_COUNTER | | ||
133 | CPU_HAS_LLSC; | ||
134 | break; | ||
127 | case 0x3008: | 135 | case 0x3008: |
128 | if (prr == 0xa0) { | 136 | if (prr == 0xa0) { |
129 | current_cpu_data.type = CPU_SH7722; | 137 | current_cpu_data.type = CPU_SH7722; |