diff options
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index 9031a22a2ce..b26e2bc5894 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -181,10 +181,6 @@ int __init detect_cpu_and_cache_system(void) | |||
181 | cpu_data->dcache.ways = 1; | 181 | cpu_data->dcache.ways = 1; |
182 | #endif | 182 | #endif |
183 | 183 | ||
184 | #ifdef CONFIG_CPU_HAS_PTEA | ||
185 | cpu_data->flags |= CPU_HAS_PTEA; | ||
186 | #endif | ||
187 | |||
188 | /* | 184 | /* |
189 | * On anything that's not a direct-mapped cache, look to the CVR | 185 | * On anything that's not a direct-mapped cache, look to the CVR |
190 | * for I/D-cache specifics. | 186 | * for I/D-cache specifics. |