summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/loadmmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/loadmmu.c')
-rw-r--r--arch/mips/mm/loadmmu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/mm/loadmmu.c b/arch/mips/mm/loadmmu.c
index 8d618e913..2c5e2e9d6 100644
--- a/arch/mips/mm/loadmmu.c
+++ b/arch/mips/mm/loadmmu.c
@@ -74,6 +74,12 @@ void __init loadmmu(void)
ld_mmu_r2300();
break;
#endif
+#ifdef CONFIG_CPU_R3912
+ case CPU_R3912:
+ printk("Loading R[23]00 MMU routines.\n");
+ ld_mmu_r2300();
+ break;
+#endif
#if defined(CONFIG_CPU_R5432)
case CPU_R5432: