diff options
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r-- | arch/mips/mm/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index eaecb8631973..172293b58390 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c | |||
@@ -118,8 +118,8 @@ void __init cpu_cache_init(void) | |||
118 | #if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_VR41XX) || \ | 118 | #if defined(CONFIG_CPU_R4X00) || defined(CONFIG_CPU_VR41XX) || \ |
119 | defined(CONFIG_CPU_R4300) || defined(CONFIG_CPU_R5000) || \ | 119 | defined(CONFIG_CPU_R4300) || defined(CONFIG_CPU_R5000) || \ |
120 | defined(CONFIG_CPU_NEVADA) || defined(CONFIG_CPU_R5432) || \ | 120 | defined(CONFIG_CPU_NEVADA) || defined(CONFIG_CPU_R5432) || \ |
121 | defined(CONFIG_CPU_R5500) || defined(CONFIG_CPU_MIPS32) || \ | 121 | defined(CONFIG_CPU_R5500) || defined(CONFIG_CPU_MIPS32_R1) || \ |
122 | defined(CONFIG_CPU_MIPS64) || defined(CONFIG_CPU_TX49XX) || \ | 122 | defined(CONFIG_CPU_MIPS64_R1) || defined(CONFIG_CPU_TX49XX) || \ |
123 | defined(CONFIG_CPU_RM7000) || defined(CONFIG_CPU_RM9000) | 123 | defined(CONFIG_CPU_RM7000) || defined(CONFIG_CPU_RM9000) |
124 | ld_mmu_r4xx0(); | 124 | ld_mmu_r4xx0(); |
125 | #endif | 125 | #endif |