diff options
Diffstat (limited to 'arch/mips/mm/c-tx39.c')
-rw-r--r-- | arch/mips/mm/c-tx39.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/mm/c-tx39.c b/arch/mips/mm/c-tx39.c index 596e18458e04..5c282583edf1 100644 --- a/arch/mips/mm/c-tx39.c +++ b/arch/mips/mm/c-tx39.c | |||
@@ -411,6 +411,9 @@ void tx39_cache_init(void) | |||
411 | break; | 411 | break; |
412 | } | 412 | } |
413 | 413 | ||
414 | __flush_icache_user_range = flush_icache_range; | ||
415 | __local_flush_icache_user_range = local_flush_icache_range; | ||
416 | |||
414 | current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; | 417 | current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; |
415 | current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; | 418 | current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; |
416 | 419 | ||