diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/probe.c')
| -rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index 66c3f75647b2..98d28fb1ce16 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
| @@ -90,12 +90,6 @@ int __init detect_cpu_and_cache_system(void) | |||
| 90 | current_cpu_data.type = CPU_SH7751; | 90 | current_cpu_data.type = CPU_SH7751; |
| 91 | current_cpu_data.flags |= CPU_HAS_FPU; | 91 | current_cpu_data.flags |= CPU_HAS_FPU; |
| 92 | break; | 92 | break; |
| 93 | case 0x2000: | ||
| 94 | current_cpu_data.type = CPU_SH73180; | ||
| 95 | current_cpu_data.icache.ways = 4; | ||
| 96 | current_cpu_data.dcache.ways = 4; | ||
| 97 | current_cpu_data.flags |= CPU_HAS_LLSC; | ||
| 98 | break; | ||
| 99 | case 0x2001: | 93 | case 0x2001: |
| 100 | case 0x2004: | 94 | case 0x2004: |
| 101 | current_cpu_data.type = CPU_SH7770; | 95 | current_cpu_data.type = CPU_SH7770; |
